Changeset 133 for db


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

+ fixed - chyba struktury

Location:
db
Files:
3 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();
  • db/include/xp_reset.php

    r132 r133  
    6868      else
    6969      {
    70         echo "Restart XP se nezdařil !<br>\n"
     70        echo "Restart XP se nezdařil !<br>\n";
    7171      }
    7272    }
  • db/index.php

    r132 r133  
    204204    $BasicWiewer->setPage($id,$SID);
    205205
     206    require_once './include/position_reset.php';
     207    require_once './include/xp_reset.php';
     208
    206209    require_once $general_include;
    207210
Note: See TracChangeset for help on using the changeset viewer.