diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-29 11:12:55 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-29 11:12:55 +0000 |
| commit | a4355fb9ffa28b415af379f5d459e3ccdfe46576 (patch) | |
| tree | bcd3abf36d313918ef1de41558d839fed628b671 /frontends/php/include | |
| parent | 450bedfbd08dbb30b3a6fa47abe411e2bc689024 (diff) | |
| download | zabbix-a4355fb9ffa28b415af379f5d459e3ccdfe46576.tar.gz zabbix-a4355fb9ffa28b415af379f5d459e3ccdfe46576.tar.xz zabbix-a4355fb9ffa28b415af379f5d459e3ccdfe46576.zip | |
Misc fixes.
git-svn-id: svn://svn.zabbix.com/trunk@2010 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/db.inc.php | 2 | ||||
| -rw-r--r-- | frontends/php/include/hosts.inc.php | 2 | ||||
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 007f58e1..d73cf800 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -78,6 +78,8 @@ { global $DB,$DB_TYPE; +# echo $query."<br>"; + if($DB_TYPE == "MYSQL") { $result=mysql_query($query,$DB); diff --git a/frontends/php/include/hosts.inc.php b/frontends/php/include/hosts.inc.php index cbab17ee..d3ce51a8 100644 --- a/frontends/php/include/hosts.inc.php +++ b/frontends/php/include/hosts.inc.php @@ -160,7 +160,7 @@ { global $DB_TYPE; - $ret = FAIL; + $ret = FALSE; for($i=0;$i<100;$i++) { diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 4b920e45..e0e70dfe 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -335,6 +335,9 @@ "S_ADD_TO_GROUP"=> "Add to group", "S_DELETE_FROM_GROUP"=> "Delete from group", "S_UPDATE_IN_GROUP"=> "Update in group", + "S_DELETE_SELECTED_HOSTS_Q"=> "Delete selected hosts?", + "S_DISABLE_SELECTED_HOSTS_Q"=> "Disable selected hosts?", + "S_ACTIVATE_SELECTED_HOSTS_Q"=> "Activate selected hosts?", // items.php "S_CONFIGURATION_OF_ITEMS"=> "Configuration of items", |
