From 0a3277510b93341b69d59f3fadd133302dc240cc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 9 Dec 2004 22:10:19 +0000 Subject: [PATCH] fixed typo --- lam/lib/modules/sambaSamAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/sambaSamAccount.inc b/lam/lib/modules/sambaSamAccount.inc index 85c2f63e..79e7747b 100644 --- a/lam/lib/modules/sambaSamAccount.inc +++ b/lam/lib/modules/sambaSamAccount.inc @@ -757,7 +757,7 @@ class sambaSamAccount extends baseModule { $wrid=true; } else $options[] = _('Administrator'); - if ($this->attributes['sambaSID'][0]==$SIM."-501") { + if ($this->attributes['sambaSID'][0]==$SID."-501") { $selected[] = _('Guest'); $wrid=true; }