Ignore:
Timestamp:
Jun 12, 2012, 7:25:25 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Podpora překládání.
  • Přidáno: Do seznamu modulů přidány akce Instalovat a Odinstalovat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Modular/Common/Module.php

    r404 r405  
    270270    }
    271271  }
     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  }
    272282}
    273283
Note: See TracChangeset for help on using the changeset viewer.