diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-12-19 11:43:20 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-12-19 11:43:20 +0000 |
| commit | a8abf2aa3049bf6234ecc33fe42b82c8020c9b90 (patch) | |
| tree | defc9db7ace9ff854226bff56be4e43821998861 /frontends/php/setup.php | |
| parent | dafdb98ff917038600eae233c6a447aa82b66953 (diff) | |
| download | zabbix-a8abf2aa3049bf6234ecc33fe42b82c8020c9b90.tar.gz zabbix-a8abf2aa3049bf6234ecc33fe42b82c8020c9b90.tar.xz zabbix-a8abf2aa3049bf6234ecc33fe42b82c8020c9b90.zip | |
- improved sqlite3 database support [TEST VERSION] (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3607 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/setup.php')
| -rw-r--r-- | frontends/php/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/setup.php b/frontends/php/setup.php index 15ec9037..2de96d18 100644 --- a/frontends/php/setup.php +++ b/frontends/php/setup.php @@ -95,7 +95,7 @@ { $ZBX_CONFIG['allowed_db']['ORACLE'] = 'Oracle'; } - /* ORACLE */ if(zbx_is_callable(array('sqlite3_open', 'sqlite3_close', 'sqlite3_query', 'sqlite3_error', 'sqlite3_fetch_array', 'sqlite3_query_close', 'sqlite3_exec'))) + /* SQLITE3 */ if(zbx_is_callable(array('sqlite3_open', 'sqlite3_close', 'sqlite3_query', 'sqlite3_error', 'sqlite3_fetch_array', 'sqlite3_query_close', 'sqlite3_exec'))) { $ZBX_CONFIG['allowed_db']['SQLITE3'] = 'SQLite3'; } |
