Changeset 19416
- Timestamp:
- 2010/11/07 02:50:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php
r19414 r19416 77 77 case 'install': 78 78 $objQuery = new SC_Query(); 79 $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($objForm->getValue('plugin_name'))); 80 79 $arrPlugins = $objQuery->get("dtb_plugin", "plugin_id", "plugin_name = ?",array($objForm->getValue('plugin_name'))); 80 if(count($arrPlugins) == 0){ 81 82 } 81 83 break; 82 84 case 'uninstall':
Note: See TracChangeset
for help on using the changeset viewer.