Changeset 3823
- Timestamp:
- 02/26/07 02:19:45 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/quickform/amp_conf/htdocs/admin/functions.inc.php
r3647 r3823 227 227 function q(&$value) { 228 228 global $db; 229 return $db-> smartQuote($value);229 return $db->quoteSmart($value); 230 230 } 231 231
