Changeset 133 for db/include/myacc.php


Ignore:
Timestamp:
Nov 17, 2007, 7:59:24 PM (17 years ago)
Author:
hosiplan
Message:

+ fixed - chyba struktury

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/include/myacc.php

    r132 r133  
    33 
    44  $sql_select = $BasicWiewer->myAcc();
    5 
    6   require_once './include/position_reset.php';
    7   require_once './include/xp_reset.php';
    85
    96  if( !empty($_GET['heartstone']) AND is_numeric($_GET['heartstone']) )
     
    2926  {
    3027    SwitchDB(1); // nastavení databáze na mangos
    31     $XpRess = new XpRess(4);
     28    $XpRess = new XpRess($_GET['resetxp']);
    3229    $XpRess->ShowXp();
    3330    $XpRess->XpRestart();
Note: See TracChangeset for help on using the changeset viewer.