Changeset 5765
- Timestamp:
- 06/03/08 18:14:36 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php
r5016 r5765 63 63 // don't worry about this for now, we get to it in the errors section 64 64 if(DB::isError($db)) { 65 die_freepbx($db->get DebugInfo());65 die_freepbx($db->getMessage()); 66 66 } 67 67
