diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-19 08:52:05 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-19 08:52:05 +0000 |
| commit | 425b813a558e0dbcca70416a7b440c1590cd3673 (patch) | |
| tree | 940584c3268c2c87cc8713272d9e37d98512d85f /frontends/php/include/maps.inc.php | |
| parent | 5ea1687a67685fe34875967075bbd422b2d0137a (diff) | |
-[DEV-137] sql fixes for oracle (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5708 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/maps.inc.php')
| -rw-r--r-- | frontends/php/include/maps.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/maps.inc.php b/frontends/php/include/maps.inc.php index 6cc8999d..27d27737 100644 --- a/frontends/php/include/maps.inc.php +++ b/frontends/php/include/maps.inc.php @@ -194,7 +194,7 @@ } $result = DBexecute('delete FROM sysmaps_elements WHERE sysmapid='.$sysmapid); - $result &= DBexecute('DELETE FROM profiles WHERE idx="web.favorite.sysmapids" AND resource="sysmapid" AND value='.$sysmapid); + $result &= DBexecute('DELETE FROM profiles WHERE idx="web.favorite.sysmapids" AND source="sysmapid" AND value='.$sysmapid); $result &= DBexecute('DELETE FROM sysmaps WHERE sysmapid='.$sysmapid); return $result; |
