[Mapbender-commits] r8680 - branches/2.7/http/geoportal

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jul 31 07:06:01 PDT 2013


Author: verenadiewald
Date: 2013-07-31 07:06:01 -0700 (Wed, 31 Jul 2013)
New Revision: 8680

Modified:
   branches/2.7/http/geoportal/forgotten_password.php
Log:
replace function import_request_variables with function extract (for getting PHP 5.4 working)

Modified: branches/2.7/http/geoportal/forgotten_password.php
===================================================================
--- branches/2.7/http/geoportal/forgotten_password.php	2013-07-31 14:01:20 UTC (rev 8679)
+++ branches/2.7/http/geoportal/forgotten_password.php	2013-07-31 14:06:01 UTC (rev 8680)
@@ -3,7 +3,7 @@
 require_once(dirname(__FILE__)."/../classes/class_administration.php");
 
 
-import_request_variables("PG");
+extract($_GET, EXTR_OVERWRITE);extract($_POST, EXTR_OVERWRITE);
 
 function forgotten_password() {
 	if(



More information about the Mapbender_commits mailing list