Changeset 3576
- Timestamp:
- 01/18/07 13:53:29 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/htdocs/admin/common/php-asmanager.php
r2710 r3576 742 742 */ 743 743 function database_put($family, $key, $value) { 744 $value = (trim($value) == '')?'"'.$value.'"':$value; 744 745 $r = $this->command("database put ".str_replace(" ","/",$family)." ".str_replace(" ","/",$key)." ".$value); 745 746 return (bool)strstr($r["data"], "success");
