Author: benj
Date: Thu Jan 12 17:42:23 2017
New Revision: 1785

URL: http://svn.gna.org/viewcvs/gdtc?rev=1785&view=rev
Log:
Return fallback (caused bugs in commit)

Modified:
    trunk/gdtc/include/utils.php

Modified: trunk/gdtc/include/utils.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/include/utils.php?rev=1785&r1=1784&r2=1785&view=diff
==============================================================================
--- trunk/gdtc/include/utils.php        (original)
+++ trunk/gdtc/include/utils.php        Thu Jan 12 17:42:23 2017
@@ -614,6 +614,7 @@
                 return '';
         }    
 
+    $ret = $value;
     // Convert dd/mm/yyyy to yyyy-mm-dd
        if ( preg_match ( '/([0-9]*)\/([0-9]*)\/([0-9]*)/', $value, $matches ) )
         {


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

Reply via email to