Changeset 13957
- Timestamp:
- 04/10/12 11:25:11 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.10/amp_conf/htdocs/admin/libraries/utility.functions.php
r13561 r13957 650 650 * this function can print a json object in a "pretty" (i.e. human-readbale) format 651 651 * @author Moshe Brevda mbrevda => gmail ~ com 652 * 653 * @pram string - json string 654 * @pram string - string to use for indentation 655 * 652 656 */ 653 657 function json_print_pretty($json, $indent = "\t") {
