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  
    294294   
    295295   
    296296      $res = $DBHandle -> query($QUERY); 
     297      if(DB::isError($res)){ 
     298        die($res->getDebugInfo()); 
     299      } 
     300 
    297301      $num = $res -> numRows(); 
    298302      for($i=0;$i<$num;$i++) 
    299303        {