#18858663 cubrid incr 체크시 필드타입 확인

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7394 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-04-26 09:04:56 +00:00
parent 22a41b02e4
commit 527545099b

View file

@ -506,7 +506,7 @@
$name = $val['name'];
$value = $val['value'];
if(substr($value,-2)!='+1') $check_click_count = false;
if(substr($value,-2)!='+1' || $output->column_type[$name]!='number') $check_click_count = false;
for ($i = 0; $i < $key; $i++) { // 한문장에 같은 속성에 대한 중복 설정은 큐브리드에서는 허용치 않음
if ($output->columns[$i]['name'] == $name) break;