Changeset 2287 for trunk/plugins
- Timestamp:
- Mar 20, 2008, 11:23:42 PM (17 years ago)
- Location:
- trunk/plugins/c13y_upgrade
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/c13y_upgrade/initialize.inc.php
r2232 r2287 65 65 66 66 /* Check plugin included in Piwigo sources */ 67 $included_plugins = array('dew' );67 $included_plugins = array('dew', 'UpToDate', 'PluginsManager'); 68 68 $query = ' 69 69 select … … 91 91 '<a href="'. 92 92 PHPWG_ROOT_PATH. 93 'admin.php?page=plugins &plugin='.$row['id'].'&action=uninstall'.93 'admin.php?page=plugins_list&plugin='.$row['id'].'&action=uninstall'. 94 94 '" onclick="window.open(this.href, \'\'); return false;">'. 95 95 sprintf(l10n('c13y_correction_obsolete_plugin'), $row['id']).'</a>'; -
trunk/plugins/c13y_upgrade/main.inc.php
r2243 r2287 11 11 // | PhpWebGallery - a PHP based picture gallery | 12 12 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 13 // | Copyright (C) 2003-200 7PhpWebGallery Team - http://phpwebgallery.net |13 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 14 14 // +-----------------------------------------------------------------------+ 15 15 // | file : $Id$
Note: See TracChangeset
for help on using the changeset viewer.