Changeset 9261
- Timestamp:
- 03/17/10 07:01:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r9260 r9261 3683 3683 * FreePBX Debuging function 3684 3684 * This function can be called as follows: 3685 * dbug() - will just print a time sta pmto the debug log file ($amp_conf['FPBXDBUGFILE'])3685 * dbug() - will just print a time stamp to the debug log file ($amp_conf['FPBXDBUGFILE']) 3686 3686 * dbug('string') - same as above + will print the string 3687 3687 * dbug('string',$array) - same as above + will print_r the array after the message
