[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.716,1.717

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 3 15:15:44 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv33179/public_html

Modified Files:
	lib-common.php 
Log Message:
Another error handling fix


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.716
retrieving revision 1.717
diff -C2 -d -r1.716 -r1.717
*** lib-common.php	3 Aug 2008 08:05:50 -0000	1.716
--- lib-common.php	3 Aug 2008 19:15:41 -0000	1.717
***************
*** 1944,1947 ****
--- 1944,1951 ----
          $timestamp = strftime( '%c' );
  
+         if (!isset($_CONF['path_layout']) &&
+                 (($actionid == 2) || empty($actionid))) {
+             $actionid = 1;
+         }
          if (!isset($_CONF['path_log']) && ($actionid != 2)) {
              $actionid = 3;




More information about the geeklog-cvs mailing list