Quote:
Originally Posted by Zorobz
ok solved...
this
PHP Code:
else
{
$DB_site->reporterror = 1;
$warn_opts=$DB_site->query_first("select * from ".TABLE_PREFIX." warning_options where oid='1'");
$aws='1';
}
became to this and its solved...
PHP Code:
else
{
$DB_site->reporterror = 1;
$warn_opts=$DB_site->query_first("select * from ".TABLE_PREFIX."warning_options where oid='1'");
$aws='1';
}
|
Thanks for catching that space, I might have spend a day and not find it.
Rgds