Changeset 435 for beta/pages/chtyp.php
- Timestamp:
- Feb 10, 2009, 6:25:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/pages/chtyp.php
r434 r435 15 15 $acc_check = mysql_num_rows(mysql_query("select id from account where username='$account'")); 16 16 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'"); 18 18 if($typ_update): 19 19 $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.