Changeset 8119
- Timestamp:
- 08/24/09 14:37:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php
r7912 r8119 2185 2185 * 2186 2186 * Sets the global variable $module_getonlinexml_error to true if an error 2187 * occur ed getting the module from the repository, false if no error occured,2187 * occurred getting the module from the repository, false if no error occurred, 2188 2188 * or null if the repository wasn't checked. Note that this may change in the 2189 2189 * future if we decide we need to return more error codes, but as long as it's … … 3605 3605 3606 3606 /** Log an error to the (database-based) log 3607 * @param string The section or script where the error occur ed3607 * @param string The section or script where the error occurred 3608 3608 * @param string The level/severity of the error. Valid levels: 'error', 'warning', 'debug', 'devel-debug' 3609 3609 * @param string The error message
