Changeset 1656
- Timestamp:
- 04/18/06 10:38:23 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/page.modules.php
r1647 r1656 13 13 case "uninstall": 14 14 if (runModuleSQL($_POST['modname'],$_POST['modaction'])) 15 uninstallModule($_POST['modname']); 16 else 15 17 echo "<div class=\"error\">"._("Module uninstall script failed to run")."</div>"; 16 uninstallModule($_POST['modname']);18 17 19 break; 18 20 case "enable":
