Add new obsolete plugins on c13y_upgrade list.

Fix new plugin uninstall url.

git-svn-id: http://piwigo.org/svn/trunk@2287 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-03-20 22:23:42 +00:00
parent f12f0026fc
commit 22631d6dfd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ limit 0,1
}
/* Check plugin included in Piwigo sources */
$included_plugins = array('dew');
$included_plugins = array('dew', 'UpToDate', 'PluginsManager');
$query = '
select
id
@@ -90,7 +90,7 @@ where
$uninstall_msg_link =
'<a href="'.
PHPWG_ROOT_PATH.
'admin.php?page=plugins&amp;plugin='.$row['id'].'&amp;action=uninstall'.
'admin.php?page=plugins_list&amp;plugin='.$row['id'].'&amp;action=uninstall'.
'" onclick="window.open(this.href, \'\'); return false;">'.
sprintf(l10n('c13y_correction_obsolete_plugin'), $row['id']).'</a>';
+1 -1
View File
@@ -10,7 +10,7 @@ Author URI: http://www.phpwebgallery.net
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | file : $Id$
// | last update : $Date$