Show
Ignore:
Timestamp:
06/16/10 17:37:24 (3 years ago)
Author:
p_lindheimer
Message:

if no device found return empty array

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/core/functions.inc.php

    r9826 r9847  
    35933593  $sql = "SELECT * FROM devices WHERE id = '$account'"; 
    35943594  $results = sql($sql,"getRow",DB_FETCHMODE_ASSOC); 
     3595  if (empty($results)) { 
     3596    return array(); 
     3597  } 
    35953598   
    35963599  //take care of sip/iax/zap config