[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.699,1.700

Dirk Haun dhaun at qs1489.pair.com
Sat May 17 13:30:30 EDT 2008


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

Modified Files:
	lib-common.php 
Log Message:
E_ALL fix: Initialize $allow_page_break in all cases


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.699
retrieving revision 1.700
diff -C2 -d -r1.699 -r1.700
*** lib-common.php	16 May 2008 19:20:51 -0000	1.699
--- lib-common.php	17 May 2008 17:30:28 -0000	1.700
***************
*** 3782,3785 ****
--- 3782,3786 ----
      $retval = '';
  
+     $allow_page_break = false;
      if( isset( $_CONF['skip_html_filter_for_root'] ) &&
               ( $_CONF['skip_html_filter_for_root'] == 1 ) &&
***************
*** 3799,3803 ****
          }
  
-         $allow_page_break = false;
          if( empty( $permissions ) || !SEC_hasRights( $permissions ) ||
                  empty( $_CONF['admin_html'] ))
--- 3800,3803 ----




More information about the geeklog-cvs mailing list