Changeset 405 for branches/Modular/Common/Module.php
- Timestamp:
- Jun 12, 2012, 7:25:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Modular/Common/Module.php
r404 r405 270 270 } 271 271 } 272 273 function SearchModuleById($Id) 274 { 275 foreach($this->Modules as $Module) 276 { 277 DebugLog($Module->Name.' '.$Module->Id); 278 if($Module->Id == $Id) return($Module->Name); 279 } 280 return(''); 281 } 272 282 } 273 283
Note:
See TracChangeset
for help on using the changeset viewer.