Changeset 626 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Dec 4, 2013, 9:50:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r622 r626 25 25 'Icon' => '', 26 26 ), 1); 27 if(array_key_exists('Search', $this->System->ModuleManager->Modules)) 28 $this->System->ModuleManager->Modules['Search']->RegisterSearch('dictionary', 29 T('Dictionary'), array('Text', 'Description'), 30 '(SELECT * FROM `Dictionary` WHERE `Language` = '.$this->System->Config['OriginalLanguage'].') AS `T`', $this->System->Link('/dictionary/?search=')); 27 31 } 28 32 }
Note:
See TracChangeset
for help on using the changeset viewer.