"removed debug-message"

This commit is contained in:
Ralf Becker 2007-02-14 07:22:15 +00:00
parent e844de99cd
commit 4e49113cc1

View File

@ -794,7 +794,6 @@ class so_sql
{
$criteria[$col] = $query['search'];
}
_debug_array($criteria);
}
$rows = (array) $this->search($criteria,false,$query['order']?$query['order'].' '.$query['sort']:'',
'','%',false,'OR',(int)$query['start'],$query['col_filter'],$join,$need_full_no_count);