1
0
Fork 0
This commit is contained in:
Ziver Koc 2008-12-09 09:31:05 +00:00
parent 5392bc422c
commit cfb43c0e86

2
db.php
View file

@ -59,7 +59,7 @@
trigger_error("QUERY FAILD: \"".$sqlSats."\"", E_USER_ERROR);
die();
}
if(is_bool($resultat))
if(is_bool($resultat) || is_int($resultat))
return $resultat;
else
return @mysql_fetch_assoc($resultat);