fixed typo

This commit is contained in:
Roland Gruber 2004-12-09 22:10:19 +00:00
parent bdbc51933e
commit 0a3277510b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}