Changeset 9261

Show
Ignore:
Timestamp:
03/17/10 07:01:12 (2 years ago)
Author:
mickecarlsson
Message:

Small spelling error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php

    r9260 r9261  
    36833683  * FreePBX Debuging function 
    36843684  * This function can be called as follows: 
    3685   * dbug() - will just print a time stapm to the debug log file ($amp_conf['FPBXDBUGFILE']) 
     3685  * dbug() - will just print a time stamp to the debug log file ($amp_conf['FPBXDBUGFILE']) 
    36863686  * dbug('string') - same as above + will print the string 
    36873687  * dbug('string',$array) - same as above + will print_r the array after the message