"shut the debug message in error_log, when calling the old contact.read() method instead of contacts::search(), as users seem to think it's an error-message"

This commit is contained in:
Ralf Becker 2007-05-18 17:47:51 +00:00
parent 1baadcddcb
commit cf7af58f88

View File

@ -87,7 +87,7 @@ class contacts extends bocontacts
*/ */
function old_read($start=0,$limit=0,$fields=null,$query='',$filter='',$sort='',$order='', $lastmod=-1,$cquery='') function old_read($start=0,$limit=0,$fields=null,$query='',$filter='',$sort='',$order='', $lastmod=-1,$cquery='')
{ {
error_log("contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)"); //error_log("contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)");
//echo "<p>contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)</p>\n"; //echo "<p>contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)</p>\n";
$sfilter = array(); $sfilter = array();
if ($filter) if ($filter)