phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: forum post.php,1.33,1.34


From: Eugene Sandulenko <address@hidden>
Subject: [Phpgroupware-cvs] CVS: forum post.php,1.33,1.34
Date: Sat, 12 Jan 2002 00:20:39 -0500

Update of /cvsroot/phpgroupware/forum
In directory subversions:/tmp/cvs-serv30870

Modified Files:
        post.php 
Log Message:
fixed bug which prevented posting of new topics

Index: post.php
===================================================================
RCS file: /cvsroot/phpgroupware/forum/post.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** post.php    8 Jan 2002 13:12:24 -0000       1.33
--- post.php    12 Jan 2002 05:20:37 -0000      1.34
***************
*** 18,22 ****
        );
  
-       $action = $GLOBALS['HTTP_POST_VARS']['post'] ? 
$GLOBALS['HTTP_POST_VARS']['post'] : $GLOBALS['HTTP_GET_VARS']['post'];
        if ($action)
        {
--- 18,21 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]