Code

Closes #237 Just a test commit
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Oct 2007 09:13:46 +0000 (09:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Oct 2007 09:13:46 +0000 (09:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7676 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_terminalInfo.inc

index f2678b4cc66994c7b337c850a564918746149260..0a21884d2b1fff0cb7cb66118d3c9ada49a7b0cb 100644 (file)
@@ -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)){