Changeset 136 for db/include/myacc.php


Ignore:
Timestamp:
Nov 17, 2007, 8:10:19 PM (17 years ago)
Author:
hosiplan
Message:

+ chyby byly snad opraveny

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/include/myacc.php

    r133 r136  
    2727    SwitchDB(1); // nastavení databáze na mangos
    2828    $XpRess = new XpRess($_GET['resetxp']);
    29     $XpRess->ShowXp();
    30     $XpRess->XpRestart();
    31     $XpRess->XpRestartDone();
     29    if( $XpRess->char_name != false ){
     30      $XpRess->ShowXp();
     31      $XpRess->XpRestart();
     32      $XpRess->XpRestartDone();
     33      }
    3234  };
    3335 
Note: See TracChangeset for help on using the changeset viewer.