[geeklog-cvs] geeklog: Fixed global declaration

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jan 5 05:06:29 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/e85cfa6ea9fe
changeset: 6602:e85cfa6ea9fe
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Dec 28 10:13:44 2008 +0100
description:
Fixed global declaration

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
plugins/calendar/autoinstall.php |    2 +-
plugins/links/autoinstall.php    |    2 +-

diffs (24 lines):

diff -r 5216b7b7a5ae -r e85cfa6ea9fe plugins/calendar/autoinstall.php
--- a/plugins/calendar/autoinstall.php	Sun Dec 28 10:11:54 2008 +0100
+++ b/plugins/calendar/autoinstall.php	Sun Dec 28 10:13:44 2008 +0100
@@ -78,7 +78,7 @@
 
 function plugin_load_configuration_calendar($pi_name)
 {
-    global $_CONF, $base_path;
+    global $_CONF;
 
     $base_path = $_CONF['path'] . 'plugins/' . $pi_name . '/';
 
diff -r 5216b7b7a5ae -r e85cfa6ea9fe plugins/links/autoinstall.php
--- a/plugins/links/autoinstall.php	Sun Dec 28 10:11:54 2008 +0100
+++ b/plugins/links/autoinstall.php	Sun Dec 28 10:13:44 2008 +0100
@@ -78,7 +78,7 @@
 
 function plugin_load_configuration_links($pi_name)
 {
-    global $_CONF, $base_path;
+    global $_CONF;
 
     $base_path = $_CONF['path'] . 'plugins/' . $pi_name . '/';
 



More information about the geeklog-cvs mailing list