diff options
author | rub <rub@piwigo.org> | 2007-01-11 21:29:29 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-01-11 21:29:29 +0000 |
commit | e6ce7a1e4e91f0e7bb9555c9e2681dd6232bbee9 (patch) | |
tree | b5ecf95ea588129dd18617839e5a21bcd03542f4 | |
parent | 551e803213536981cd47e14161b805420d7ab2c9 (diff) |
Page page for add_index plugin fixed
git-svn-id: http://piwigo.org/svn/trunk@1714 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/add_index/maintain.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/add_index/maintain.inc.php b/plugins/add_index/maintain.inc.php index a2b3aa201..e17a0f236 100644 --- a/plugins/add_index/maintain.inc.php +++ b/plugins/add_index/maintain.inc.php @@ -27,12 +27,12 @@ // +-----------------------------------------------------------------------+
function plugin_uninstall($plugin_id)
-(
+{
if ($plugin_id == 'add_index')
{
//$query = 'delete from '.CONFIG_TABLE.' where param in ';
//pwg_query($query);
}
-)
+}
?>
\ No newline at end of file |