[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] Patch for forum app.
From: |
Eugene Sandulenko |
Subject: |
[Phpgroupware-developers] Patch for forum app. |
Date: |
Wed, 9 Jan 2002 08:06:35 +0200 |
Hello,
the bug in Forum application which prevent sending new topics is still
exists. The patch follows. It removes one line which alters $action
variable. It leads to loss of actual data, as it is already receives
correct value at that point.
Eugene.
> diff -aburN --exclude=CVS* forum.old/post.php forum/post.php
> --- forum.old/post.php Sun Nov 18 10:27:49 2001
> +++ forum/post.php Tue Jan 8 06:00:41 2002
> @@ -17,7 +17,6 @@
> 'enable_nextmatchs_class' => True
> );
>
> - $action = $GLOBALS['HTTP_POST_VARS']['post'] ?
> $GLOBALS['HTTP_POST_VARS']['post'] : $GLOBALS['HTTP_GET_VARS']['post'];
> if ($action)
> {
> $GLOBALS['phpgw_info']['flags']['noheader'] = True;