[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.723,1.724

Michael Jervis mjervis at qs1489.pair.com
Sun Aug 17 03:39:48 EDT 2008


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

Modified Files:
	lib-common.php 
Log Message:
Bug 0000698, right blocks called twice. (Logic fix)

Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.723
retrieving revision 1.724
diff -C2 -d -r1.723 -r1.724
*** lib-common.php	16 Aug 2008 17:44:29 -0000	1.723
--- lib-common.php	17 Aug 2008 07:39:43 -0000	1.724
***************
*** 1353,1357 ****
      if ($_CONF['right_blocks_in_footer'] == 1)
      {
!         if( $rightblock < 0)
          {
              if( isset( $_CONF['show_right_blocks'] ) )
--- 1353,1357 ----
      if ($_CONF['right_blocks_in_footer'] == 1)
      {
!         if( ($rightblock < 0) || !$rightblock )
          {
              if( isset( $_CONF['show_right_blocks'] ) )




More information about the geeklog-cvs mailing list