소스 검색

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();