[geeklog-cvs] geeklog-1.3/system lib-story.php,1.8,1.9

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Sep 5 04:41:46 EDT 2004


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv15079

Modified Files:
	lib-story.php 
Log Message:
Forgot to set two more occurences of {story_text_no_br} ...


Index: lib-story.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-story.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lib-story.php	4 Sep 2004 19:29:18 -0000	1.8
--- lib-story.php	5 Sep 2004 08:41:43 -0000	1.9
***************
*** 175,178 ****
--- 175,179 ----
          {
              $article->set_var( 'story_introtext', $introtext );
+             $article->set_var( 'story_text_no_br', $introtext );
          }
          else
***************
*** 188,191 ****
--- 189,193 ----
          $article->set_var( 'story_title', stripslashes( $A['title'] ));
          $article->set_var( 'story_introtext', $introtext );
+         $article->set_var( 'story_text_no_br', $introtext );
  
          if( !empty( $A['bodytext'] ))




More information about the geeklog-cvs mailing list