Quote:
Originally Posted by Snatch
I have one error. If a user post a link and i klick on moderate Links the link schows in on the Modpage. But if i klick in the link to moderate him i get this error.
Code:
Datenbankfehler in vBulletin 3.0.3:
Ungueltige SQL-Abfrage:
mysql error: Query was empty
mysql error number: 1065
Datum: 20.09.2004 22:57:57
Skript: http://www.celebritymarkt.de/local_links.php?action=modcat&catid=2
Referer: http://www.celebritymarkt.de/local_links.php?action=mod
Benutzername: Snatch
IP-Adresse: 213.23.58.128
|
Thanks for pointing this out - and sorry. There's a bug in local_links.php. Line 1225 in version 1.35 / line 1123 in version 1.30 reads:
PHP Code:
list ($linklistbit, $nhits) = get_linklistbit($squery, "", 1, 999999, 1);
It should read
PHP Code:
list ($linklistbit, $nhits) = get_linklistbit($query, "", 1, 999999, 1);