[geeklog-cvs] geeklog-1.3/public_html submit.php,1.81,1.82

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Feb 6 05:57:50 EST 2005


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

Modified Files:
	submit.php 
Log Message:
Hide 'edit' option for articles in preview (bug #347)


Index: submit.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/submit.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** submit.php	22 Jan 2005 18:14:41 -0000	1.81
--- submit.php	6 Feb 2005 10:57:48 -0000	1.82
***************
*** 317,321 ****
          }
          $retval .= COM_startBlock($LANG12[32])
!                 . STORY_renderArticle ($A, 'n')
                  . COM_endBlock();
      }
--- 317,321 ----
          }
          $retval .= COM_startBlock($LANG12[32])
!                 . STORY_renderArticle ($A, 'p')
                  . COM_endBlock();
      }




More information about the geeklog-cvs mailing list