diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-30 12:47:04 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-30 12:47:04 +0000 |
| commit | 8a4c4454a144c2eab9534e558604e9e11c4da585 (patch) | |
| tree | 1ed7092995639d7492422c3bd7b09cf88ee0eb52 /frontends/php/include/db.inc.php | |
| parent | 527da18d12fc32d48858acd51e934ef57ab294fb (diff) | |
| download | zabbix-8a4c4454a144c2eab9534e558604e9e11c4da585.tar.gz zabbix-8a4c4454a144c2eab9534e558604e9e11c4da585.tar.xz zabbix-8a4c4454a144c2eab9534e558604e9e11c4da585.zip | |
- [DEV-137] fix for oracle (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5854 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 92456cc6..2dcec73f 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -737,7 +737,7 @@ else { switch($DB['TYPE']) { case 'MYSQL': case 'ORACLE': - $items = array_chunk($array, 999); + $items = array_chunk($array, 950); foreach($items as $id => $value){ if($notin) $condition.=!empty($condition)?')'.$concat.$fieldname.$in.'(':''; |
