Changeset 9847 for modules/branches/2.8/core/functions.inc.php
- Timestamp:
- 06/16/10 17:37:24 (3 years ago)
- Files:
-
- modules/branches/2.8/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/core/functions.inc.php
r9826 r9847 3593 3593 $sql = "SELECT * FROM devices WHERE id = '$account'"; 3594 3594 $results = sql($sql,"getRow",DB_FETCHMODE_ASSOC); 3595 if (empty($results)) { 3596 return array(); 3597 } 3595 3598 3596 3599 //take care of sip/iax/zap config
