Author: benj
Date: Thu Jul  7 16:23:38 2016
New Revision: 1730

URL: http://svn.gna.org/viewcvs/gdtc?rev=1730&view=rev
Log:
Fix spurious message (closes: #24830)


Modified:
    trunk/gdtc/include/membership.php

Modified: trunk/gdtc/include/membership.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/include/membership.php?rev=1730&r1=1729&r2=1730&view=diff
==============================================================================
--- trunk/gdtc/include/membership.php   (original)
+++ trunk/gdtc/include/membership.php   Thu Jul  7 16:23:38 2016
@@ -252,7 +252,7 @@
            if ( strcmp ( $max, $subscription [ 'end_date' ] ) < 0 )
            {
                $max = $subscription [ 'end_date' ];
-               printf ( "New max is %s, $max<br/>\n", $max );
+#              printf ( "New max is %s, $max<br/>\n", $max );
            }
        }
        if ( strcmp ( $max, '1970-00-00' ) )


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

Reply via email to