Changeset 6002
- Timestamp:
- 07/13/08 21:40:58 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/Class.Table.php
r2614 r6002 81 81 //$res=DbExec($link, $QUERY); 82 82 $res = $DBHandle -> query($QUERY); 83 83 if(DB::isError($res)) 84 { 85 // don't know if this is the correct response but it should keep 86 // #2829 from happening 87 return 0; 88 } 84 89 85 90 $num = $res -> numRows();
