Ticket #3513: call-log.php.patch
| File call-log.php.patch, 362 bytes (added by Nick_Lewis, 3 years ago) |
|---|
-
old/call-log.php
old new 294 294 295 295 296 296 $res = $DBHandle -> query($QUERY); 297 if(DB::isError($res)){ 298 die($res->getDebugInfo()); 299 } 300 297 301 $num = $res -> numRows(); 298 302 for($i=0;$i<$num;$i++) 299 303 {
