diff options
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", |
