Author: benj
Date: Tue May 10 11:46:08 2016
New Revision: 1676

URL: http://svn.gna.org/viewcvs/gdtc?rev=1676&view=rev
Log:
Add new mail_level controllers

Modified:
    trunk/gdtc/my/index.php

Modified: trunk/gdtc/my/index.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/my/index.php?rev=1676&r1=1675&r2=1676&view=diff
==============================================================================
--- trunk/gdtc/my/index.php     (original)
+++ trunk/gdtc/my/index.php     Tue May 10 11:46:08 2016
@@ -277,6 +277,12 @@
                                return;
                            }
 
+                       else if ( $action == 'mail_level' )
+                           {
+                               mail_level ( $http_args, ( $_POST ? TRUE : 
FALSE ) );
+                               return;
+                           }
+
                        else if ( $action == 'public_infos' )
                            {
                                public_infos ();


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

Reply via email to