Author: benj
Date: Tue May 31 16:23:18 2016
New Revision: 1709

URL: http://svn.gna.org/viewcvs/gdtc?rev=1709&view=rev
Log:
Update mailing level behavior


Modified:
    trunk/gdtc/my/index.php
    trunk/gdtc/templates/smarty/my/mail_level.tpl

Modified: trunk/gdtc/my/index.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/my/index.php?rev=1709&r1=1708&r2=1709&view=diff
==============================================================================
--- trunk/gdtc/my/index.php     (original)
+++ trunk/gdtc/my/index.php     Tue May 31 16:23:18 2016
@@ -279,7 +279,7 @@
 
                        else if ( $action == 'mail_level' )
                            {
-                               mail_level ( $http_args, ( $_POST ? TRUE : 
FALSE ) );
+                               mail_level ( $http_args, array_key_exists ( 
'mailing-level', $http_args ) );
                                return;
                            }
 

Modified: trunk/gdtc/templates/smarty/my/mail_level.tpl
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/templates/smarty/my/mail_level.tpl?rev=1709&r1=1708&r2=1709&view=diff
==============================================================================
--- trunk/gdtc/templates/smarty/my/mail_level.tpl       (original)
+++ trunk/gdtc/templates/smarty/my/mail_level.tpl       Tue May 31 16:23:18 2016
@@ -48,4 +48,4 @@
 
 </select>
 
-{include file="my/footer.tpl"}
+{include file="my/footer.tpl"}


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to