[geeklog-cvs] Geeklog-1.x/plugins/staticpages functions.inc, 1.114, 1.115

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


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

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/staticpages/functions.inc,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** functions.inc	2 Feb 2008 16:36:33 -0000	1.114
--- functions.inc	3 Feb 2008 19:23:24 -0000	1.115
***************
*** 1044,1048 ****
              // Rename the existing config.php as it's not needed any more
              $ren = @rename($plugin_path . 'config.php',
!                            $plugin_path . 'config-pre1.4.3.php');
              if (!$ren) {
                  COM_errorLog("Could not rename the Static Pages plugin's config.php file. Please remove if manually, as it is not needed any more.");
--- 1044,1048 ----
              // 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 Static Pages plugin's config.php file. Please remove if manually, as it is not needed any more.");




More information about the geeklog-cvs mailing list