error in the search module
Posted: Thu Jul 19, 2007 2:47 pm
when the sears modul is used and nothing is found I get this error:
Warning: Parameter origreturnid is not known... dropped in C:\domains\toonkunstalmelo.com\wwwroot\cms\lib\misc.functions.php on line 1252
what is wrong?
Warning: Parameter origreturnid is not known... dropped in C:\domains\toonkunstalmelo.com\wwwroot\cms\lib\misc.functions.php on line 1252
Code: Select all
1250 if( !$mapped && !$allow_unknown )
1251 {
1252 trigger_error('Parameter '.$key.' is not known... dropped',E_USER_WARNING);
1253 continue;
1254 }
what is wrong?