summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d834ce6)
raw | patch | inline | side by side (parent: d834ce6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Nov 2007 07:21:12 +0000 (07:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Nov 2007 07:21:12 +0000 (07:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7799 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_terminalService.inc | patch | blob | history | |
plugins/admin/systems/class_workstationService.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_terminalService.inc b/plugins/admin/systems/class_terminalService.inc
index db898e17eacb6fd00d0ca606c7afffd4803c4c6b..881ec2b5ced03258dff77a11b02c004ed9f37038 100644 (file)
{
$drivers = array();
- /* Generate list of xdrivers from from CONFIG_DIR./xdrivers */
+ /* Generate a list of xdrivers from CONFIG_DIR/xdrivers */
if (file_exists(CONFIG_DIR.'/xdrivers')){
$xdrivers = file (CONFIG_DIR.'/xdrivers');
foreach ($xdrivers as $line){
diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc
index 642cce63f8301ff75fd9a0b39537bc5607a25b8f..757f0b9338d98c7db5cf7d0cd0325c694e0c40c5 100644 (file)
function getListOfXDrivers()
{
- /* Generate list of xdrivers from from CONFIG_DIR./xdrivers */
+ /* Generate a list of xdrivers from CONFIG_DIR./xdrivers */
$drivers = array();
if (file_exists(CONFIG_DIR.'/xdrivers')){
$xdrivers = file (CONFIG_DIR.'/xdrivers');