[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.338,1.339

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Sat Jul 17 23:50:42 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv13473

Modified Files:
	lib-common.php 
Log Message:
Passing $A to COM_article by reference causes lots of problems for the story
editor as currently written.  Until problems are corrected, will simply pass
a copy as done in older versions of Geeklog.  (This change will fix problem
reported by 'geeklog-fan' in the forum:
http://www.geeklog.net/forum/viewtopic.php?forum=3&showtopic=37646 )


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.338
retrieving revision 1.339
diff -C2 -d -r1.338 -r1.339
*** lib-common.php	11 Jul 2004 19:18:49 -0000	1.338
--- lib-common.php	18 Jul 2004 03:50:38 -0000	1.339
***************
*** 68,72 ****
  */
  
! require_once( '/path/to/geeklog/config.php' );
  
  
--- 68,73 ----
  */
  
! #require_once( '/path/to/geeklog/config.php' );
! require_once( '/home/vmf/work/geeklog-1.3/config.php');
  
  
***************
*** 369,373 ****
  */
  
! function COM_article( &$A, $index='', $storytpl='storytext.thtml' )
  {
      global $_TABLES, $mode, $_CONF, $_USER, $LANG01, $LANG05, $LANG11, $_THEME_URL;
--- 370,374 ----
  */
  
! function COM_article( $A, $index='', $storytpl='storytext.thtml' )
  {
      global $_TABLES, $mode, $_CONF, $_USER, $LANG01, $LANG05, $LANG11, $_THEME_URL;




More information about the geeklog-cvs mailing list