|
$resulta = ppmysql_query("SELECT SUM(filesize) AS fsize FROM {$Globals['pp_db_prefix']}photos WHERE userid=$upuserid AND storecat=0", $link);
list( $diskuse ) = mysql_fetch_row($resulta);
Is that all the error that there is?
I dont see anything that would cause that error without you seeing errors all over the program.
|