View Single Post
Old 04.06.2005, 21:34   #2 (permalink)
Raydian
Mamber
 
Join Date: Apr 2004
Posts: 121
Raydian is an unknown quantity at this point
Default Re: AKObook Guesbook creates errors

Add this to akobook.php :

$func = '';

right after $akoversion = "V3.42";
Something like:

$akoversion = "V3.42";
$func = '';

That should stop the warning...
Raydian is offline   Reply With Quote