[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.197,1.198

dhaun at geeklog.net dhaun at geeklog.net
Sun Jan 19 12:18:33 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv907

Modified Files:
	lib-common.php 
Log Message:
Fixed a typo ($_TABLES['block'] instead of $_TABLES['blocks']), reported by Andy Bloch


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.197
retrieving revision 1.198
diff -C2 -d -r1.197 -r1.198
*** lib-common.php	18 Jan 2003 18:07:12 -0000	1.197
--- lib-common.php	19 Jan 2003 17:18:31 -0000	1.198
***************
*** 3702,3706 ****
          if( empty( $title ))
          {
!             $title = DB_getItem( $_TABLES['block'], 'title', "name='whats_new_block'" );
          }
  
--- 3702,3706 ----
          if( empty( $title ))
          {
!             $title = DB_getItem( $_TABLES['blocks'], 'title', "name='whats_new_block'" );
          }
  





More information about the geeklog-cvs mailing list