浏览代码

added DBG to WFS Transaction

Piotr Labudda 9 年之前
父节点
当前提交
e800781d15
共有 1 个文件被更改,包括 6 次插入0 次删除
  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();