Changeset 2164
- Timestamp:
- 07/25/06 07:20:27 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php
r2144 r2164 344 344 function ext_goto($pri, $ext = false, $context = false) { 345 345 if ($context !== false && $ext === false) { 346 trigger_error( E_ERROR, "\$ext is required when passing \$context in ext_goto::ext_goto()");346 trigger_error("\$ext is required when passing \$context in ext_goto::ext_goto()", E_ERROR); 347 347 } 348 348
