Author: benj
Date: Wed Nov 30 10:43:44 2016
New Revision: 1766

URL: http://svn.gna.org/viewcvs/gdtc?rev=1766&view=rev
Log:
Unfuck my fix

Modified:
    trunk/gdtc/include/mail.php

Modified: trunk/gdtc/include/mail.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/include/mail.php?rev=1766&r1=1765&r2=1766&view=diff
==============================================================================
--- trunk/gdtc/include/mail.php (original)
+++ trunk/gdtc/include/mail.php Wed Nov 30 10:43:44 2016
@@ -59,7 +59,7 @@
          if ($indic)
              $additional [ 'authkey' ] = $indic[0]['authkey'];
       }
-      if ( array_key_exists ( 'details', $additional ['details'] ) )
+      if ( array_key_exists ( 'name', $additional ['details'] ) )
       {
          $additional [ 'name' ] .= $additional ['details'] [ 'name' ];
       }


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

Reply via email to