Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1377 → Rev 1376

/web/acc/manager/lib/sql/create_user.php
79,8 → 79,6
foreach($show_attrs as $key => $attr){
if ($attrmap["$key"] == 'none')
continue;
if ($key == "Filter-Id" && $$attrmap["$key"] == "None")
continue;
if ($attrmap["$key"] == ''){
$attrmap["$key"] = $key;
$attr_type["$key"] = 'replyItem';