Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1830 → Rev 1831

/web/acc/manager/lib/sql/user_info.php
99,7 → 99,9
foreach(array_keys($tmp) as $val){
if ($val == '')
continue;
if(isset($rev_attrmap["$val"])) $key = $rev_attrmap["$val"];
if(isset($rev_attrmap["$val"])) {
$key = $rev_attrmap["$val"];
}
if ($key == ''){
$key = $val;
$attrmap["$key"] = $val;
119,4 → 121,5
}
else
echo "<b>Could not connect to SQL database</b><br>\n";
 
?>