From: hickert Date: Fri, 26 Oct 2007 09:13:46 +0000 (+0000) Subject: Closes #237 Just a test commit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2642db629d15c39e700af224f86e88aaa8a24d40;p=gosa.git Closes #237 Just a test commit git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7676 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_terminalInfo.inc b/plugins/admin/systems/class_terminalInfo.inc index f2678b4cc..0a21884d2 100644 --- a/plugins/admin/systems/class_terminalInfo.inc +++ b/plugins/admin/systems/class_terminalInfo.inc @@ -115,7 +115,7 @@ class terminfo extends plugin /* Fill data if we have snmp */ $host= $this->cn; - /* Use goto as snmp community or the configured value from the config */ + /* Use 'goto' as snmp community or the configured value from the config */ $community= 'goto'; $str = search_config($this->config->data['TABS'],"terminfo","SNMPCOMMUNITY"); if(!empty($str)){