diff options
author | Dmitry <dmitry@dhtmlx.com> | 2012-07-12 15:57:45 +0200 |
---|---|---|
committer | Dmitry <dmitry@dhtmlx.com> | 2012-07-12 15:57:45 +0200 |
commit | 49a1420f56c386d89b3f5850e573283879a1549f (patch) | |
tree | f6d46a2b52a23f9a4a06892fd2d0036e6103d061 /codebase/db_common.php | |
parent | 9446d2cc48200e4c6c56adb66b9c1dad97ec9de6 (diff) | |
download | connector-php-49a1420f56c386d89b3f5850e573283879a1549f.zip connector-php-49a1420f56c386d89b3f5850e573283879a1549f.tar.gz connector-php-49a1420f56c386d89b3f5850e573283879a1549f.tar.bz2 |
fix mix
Diffstat (limited to 'codebase/db_common.php')
-rw-r--r-- | codebase/db_common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/db_common.php b/codebase/db_common.php index 8d8762e..9f1a8cd 100644 --- a/codebase/db_common.php +++ b/codebase/db_common.php @@ -490,7 +490,7 @@ class DataConfig{ @return returns true if field already a part of dataset, otherwise returns true */ - private function is_field($name,$collection = false){ + public function is_field($name,$collection = false){ if (!$collection) $collection=$this->text; |