Changeset 11282
- Timestamp:
- 02/01/11 00:27:33 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/htdocs/admin/libraries/extensions.class.php
r11280 r11282 464 464 } 465 465 466 class ext_stackpop extends extension { 467 function output() { 468 return "StackPop()"; 469 } 470 } 471 466 472 class ext_gosubif extends extension { 467 473 var $true_priority;
