[geeklog-cvs] Geeklog-1.x/plugins/spamx functions.inc,1.32,1.33

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 3 14:23:26 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/spamx
In directory qs1489.pair.com:/tmp/cvs-serv14091/plugins/spamx

Modified Files:
	functions.inc 
Log Message:
For consistency: Let's use the Geeklog version number when renaming the old config files


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/functions.inc,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** functions.inc	2 Feb 2008 20:03:06 -0000	1.32
--- functions.inc	3 Feb 2008 19:23:24 -0000	1.33
***************
*** 198,202 ****
                  // Rename the existing config.php as it's not needed any more
                  $ren = @rename($plugin_path . 'config.php',
!                                $plugin_path . 'config-pre1.1.1.php');
                  if (!$ren) {
                      COM_errorLog("Could not rename the ages Spam-X plugin's config.php file. Please remove if manually, as it is not needed any more.");
--- 198,202 ----
                  // Rename the existing config.php as it's not needed any more
                  $ren = @rename($plugin_path . 'config.php',
!                                $plugin_path . 'config-pre1.5.0.php');
                  if (!$ren) {
                      COM_errorLog("Could not rename the ages Spam-X plugin's config.php file. Please remove if manually, as it is not needed any more.");




More information about the geeklog-cvs mailing list