From a512c69225403aa0d6b926f757ffe23a3ff97b1f Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 11 Jan 2007 23:15:26 +0000 Subject: plugins improvements: allow plugins to fail the installation/activation comments.php improvements: - no more double sql escaping on author & keyword (once in common.inc.php and once in comments.php) - now can search comment content on all special char ( ', ", <, >, & ) - author & keyword are correctly redisplayed in browser when they are MySql escaped git-svn-id: http://piwigo.org/svn/trunk@1716 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/plugins.php | 82 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 39 deletions(-) (limited to 'admin/plugins.php') diff --git a/admin/plugins.php b/admin/plugins.php index d58e25a64..72695c3fa 100644 --- a/admin/plugins.php +++ b/admin/plugins.php @@ -1,11 +1,10 @@