Author: benj
Date: Mon Jan  2 13:32:15 2017
New Revision: 1771

URL: http://svn.gna.org/viewcvs/gdtc?rev=1771&view=rev
Log:
Implement premices of (#25240)

Modified:
    trunk/gdtc/include/search.php

Modified: trunk/gdtc/include/search.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/include/search.php?rev=1771&r1=1770&r2=1771&view=diff
==============================================================================
--- trunk/gdtc/include/search.php       (original)
+++ trunk/gdtc/include/search.php       Mon Jan  2 13:32:15 2017
@@ -160,6 +160,15 @@
        }
     }
 
+    foreach ( $args as $arg => $value )
+    {
+        if ( preg_match ( '/additional_field_(.*)/', $arg, $matches ) )
+        {
+            array_push ( $added_fields, Array ( 'name' => $matches [ 1 ],
+            'field' => $matches [ 1 ]) );
+        }
+    }
+    
     return $added_fields;
 }
 


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

Reply via email to