Changeset 4354
- Timestamp:
- 07/11/07 04:18:25 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/upgrades/2.3.0beta2/tables.php
r4349 r4354 47 47 48 48 if (!function_exists($convert_dest)) { 49 out("ERROR: no such function $convert_dest )";49 out("ERROR: no such function $convert_dest"); 50 50 return false; 51 51 }
