diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-23 14:04:50 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-23 14:04:50 +0000 |
| commit | 026ee8a0f799dc8faec5bf4ce591746d06795b23 (patch) | |
| tree | faf519f6f76d14bdd24155e4495f44c590850ce6 /frontends/php/config.php | |
| parent | 90c8eec0c0e5e610b7ba83c1ba46e598f0d060e2 (diff) | |
| download | zabbix-026ee8a0f799dc8faec5bf4ce591746d06795b23.tar.gz zabbix-026ee8a0f799dc8faec5bf4ce591746d06795b23.tar.xz zabbix-026ee8a0f799dc8faec5bf4ce591746d06795b23.zip | |
- fixed image storing for oracle (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2884 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/config.php')
| -rw-r--r-- | frontends/php/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php index dd83c084..12674c51 100644 --- a/frontends/php/config.php +++ b/frontends/php/config.php @@ -432,7 +432,7 @@ $table=new CTableInfo(S_NO_IMAGES_DEFINED); $table->setHeader(array(S_ID,S_NAME,S_TYPE,S_IMAGE)); - $result=DBselect("select imageid,imagetype,name,image from images order by name"); + $result=DBselect("select imageid,imagetype,name from images order by name"); while($row=DBfetch($result)) { if($row["imagetype"]==1) $imagetype=S_ICON; |
