im including global.php... its weird, I tried query_read( somefunction() ), and it doesnt even enter the other function.
edit:
BTW, anyone of you would know a query to remove all thread ratings made by the author of the thread?
Quote:
Originally Posted by Dream
im including global.php... its weird, I tried query_read( somefunction() ), and it doesnt even enter the other function.
|
can't call $db from inside a function, had to pass it as a variable to the function.