Changeset 1880 for trunk/admin
- Timestamp:
- Mar 8, 2007, 2:55:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plugins.php
r1852 r1880 90 90 { 91 91 array_push($errors, 'CANNOT '. $_GET['action'] .' - NOT INSTALLED'); 92 break; 92 93 } 93 94 if ($crt_db_plugin['state']!='inactive') 94 95 { 95 96 array_push($errors, 'invalid current state '.$crt_db_plugin['state']); 97 break; 96 98 } 97 99 if ( file_exists($file_to_include) )
Note: See TracChangeset
for help on using the changeset viewer.