Sfoglia il codice sorgente

added DBG to WFS Transaction

Piotr Labudda 9 anni fa
parent
commit
e800781d15
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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();