Changeset 4308
- Timestamp:
- 07/05/07 22:50:52 (2 years ago)
- Files:
-
- freepbx/branches/2.3/amp_conf/bin/module_admin (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/bin/module_admin
r4087 r4308 194 194 } 195 195 196 function show CheckDepends($modulename) {196 function showReverseDepends($modulename) { 197 197 $modules = module_getinfo($modulename); 198 198 if (!isset($modules[$modulename])) { … … 207 207 } 208 208 } 209 function show ReverseDepends($modulename) {209 function showCheckDepends($modulename) { 210 210 $modules = module_getinfo($modulename); 211 211 if (!isset($modules[$modulename])) {
