Changeset 2217
- Timestamp:
- 08/04/06 16:13:16 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php
r2211 r2217 621 621 } 622 622 function output() { 623 return "db Del(".$this->key."=".$this->data.")";623 return "dbPut(".$this->key."=".$this->data.")"; 624 624 } 625 625 }
