Parcourir la source

added DBG to WFS Transaction

Piotr Labudda il y a 9 ans
Parent
commit
e800781d15
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      SE/se-lib/Api/WfsServerBase.php

+ 6 - 0
SE/se-lib/Api/WfsServerBase.php

@@ -772,6 +772,12 @@ class Api_WfsServerBase {
 			}
 		}
 
+		if ('1' == V::get('DBG_DONT_CHANGE_DB', '', $_REQUEST)) {
+			echo "----------------- action xml tags: ---------------" . "\n";
+			print_r($actionXmlTags);
+			die(".EOF\n");
+		}
+
 		{// execute
 			$returnIds = array();
 			$changesList = array();