last mysql_query ; for now :)
This commit is contained in:
parent
a3db5f1aa8
commit
41510b1f55
|
@ -107,7 +107,7 @@ if($admin->enabled) {
|
|||
}
|
||||
}
|
||||
|
||||
$c=@mysql_fetch_array(mysql_query("SELECT * FROM membres WHERE uid='".$cuid."';"));
|
||||
$c = $admin->get($cuid);
|
||||
|
||||
define("QUOTASONE","1");
|
||||
echo "<hr/>";
|
||||
|
|
Loading…
Reference in New Issue