* Tomas Kuliavas <[EMAIL PROTECTED]>:

> src/compose.php
> ----
> /** SESSION/POST/GET VARS */
> if (sqgetGlobalVar('send', $send, SQ_POST) ||
>     (sqgetGlobalVar('REQUEST_METHOD',$request_method,SQ_SERVER) &&
>      strtolower($request_method) == 'post' &&
>      sqgetGlobalVar('send',$send,SQ_GET))) {
>     /**
>      * Send can only be achieved by setting $_POST var. If Send = true then
>      * retrieve other form fields from $_POST
>      *
>      * Fix for GPG plugin. Allow setting 'send' in GET, but everything else
> must be in POST.
>      */
>     $SQ_GLOBAL = SQ_POST;
> } else {
>     $SQ_GLOBAL = SQ_FORM;
> }
> ----

Yay! It seems to work.

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums)         [EMAIL PROTECTED]
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                    send no mail to [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to