Changeset 435


Ignore:
Timestamp:
Feb 10, 2009, 6:25:50 PM (16 years ago)
Author:
amun
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • beta/pages/chtyp.php

    r434 r435  
    1515        $acc_check = mysql_num_rows(mysql_query("select id from account where username='$account'"));
    1616        if($acc_check!=0):
    17         $typ_update = mysql_query("update account set expansion='$typ' where username='$account'");
     17        $typ_update = mysql_query("update account set tbc='$typ' where username='$account'");
    1818        if($typ_update):
    1919        $info = "<font color=green><strong>Typ accountu byl vpořádku změněn!</strong></font>";
Note: See TracChangeset for help on using the changeset viewer.