/var/www/zabbix/php/api/classes/class.cmap.php: 585: $result &= DBexecute('DELETE FROM sysmaps_elements WHERE '.DBcondition('sysmapid', $sysmapids)); ----------------- /var/www/zabbix/php/api/classes/class.cmap.php: 586: $result &= DBexecute("DELETE FROM profiles WHERE idx='web.favorite.sysmapids' AND source='sysmapid' AND ".DBcondition('value_id', $sysmapids)); ----------------- /var/www/zabbix/php/api/classes/class.cmap.php: 587: $result &= DBexecute('DELETE FROM screens_items WHERE '.DBcondition('resourceid', $sysmapids).' AND resourcetype='.SCREEN_RESOURCE_MAP); ----------------- /var/www/zabbix/php/api/classes/class.cmap.php: 588: $result &= DBexecute('DELETE FROM sysmaps WHERE '.DBcondition('sysmapid', $sysmapids)); ----------------- /var/www/zabbix/php/api/classes/class.cscreen.php: 547: $result &= DBexecute('DELETE FROM screens_items WHERE resourceid='.$screenid.' AND resourcetype='.SCREEN_RESOURCE_SCREEN); ----------------- /var/www/zabbix/php/api/classes/class.cscreen.php: 548: $result &= DBexecute('DELETE FROM slides WHERE screenid='.$screenid); ----------------- /var/www/zabbix/php/api/classes/class.cscreen.php: 549: $result &= DBexecute('DELETE FROM profiles '. ----------------- /var/www/zabbix/php/api/classes/class.cscreen.php: 553: $result &= DBexecute('DELETE FROM screens WHERE screenid='.$screenid); ----------------- /var/www/zabbix/php/include/audit.inc.php: 115: $result &= DBexecute('insert into auditlog_details (auditdetailid,auditid,table_name,field_name,oldvalue,newvalue)'. ----------------- /var/www/zabbix/php/include/hosts.inc.php: 424: $result&= DBexecute('DELETE FROM hosts_templates WHERE hostid='.$hostid.' AND '.DBcondition('templateid',$templateids)); ----------------- /var/www/zabbix/php/include/items.inc.php: 458: $result &= DBexecute($sql); ----------------- /var/www/zabbix/php/include/maps.inc.php: 171: $result&=DBexecute('INSERT INTO sysmaps_links '. ----------------- /var/www/zabbix/php/include/maps.inc.php: 211: $result&=DBexecute('UPDATE sysmaps_links SET '. ----------------- /var/www/zabbix/php/include/maps.inc.php: 224: $result&= DBexecute('DELETE FROM sysmaps_links WHERE linkid='.$linkid); ----------------- /var/www/zabbix/php/include/screens.inc.php: 116: $result&=DBexecute('DELETE FROM screens_items where resourceid='.$screenid.' and resourcetype='.SCREEN_RESOURCE_SCREEN); ----------------- /var/www/zabbix/php/include/screens.inc.php: 117: $result&=DBexecute('DELETE FROM slides where screenid='.$screenid); ----------------- /var/www/zabbix/php/include/screens.inc.php: 118: $result&=DBexecute("DELETE FROM profiles WHERE idx='web.favorite.screenids' AND source='screenid' AND value_id=$screenid"); ----------------- /var/www/zabbix/php/include/screens.inc.php: 119: $result&=DBexecute('DELETE FROM screens where screenid='.$screenid); ----------------- /var/www/zabbix/php/include/screens.inc.php: 298: $result &= DBexecute('DELETE FROM slides where slideshowid='.$slideshowid); ----------------- /var/www/zabbix/php/include/screens.inc.php: 299: $result &= DBexecute("DELETE FROM profiles WHERE idx='web.favorite.screenids' AND source='slideshowid' AND value_id=$slideshowid"); ----------------- /var/www/zabbix/php/include/setup.inc.php: 435: $result &= DBexecute('DROP table zabbix_installation_test'); -----------------