opensim-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 14  →  ?path2? @ 15
/account.php
@@ -37,9 +37,11 @@
foreach($rep->params->param->value->struct->member as $member) {
if($member->name == "success" && $member->value->boolean == "0") {
echo '<p>Sorry, the account could not be created.</p>';
break;
}
else {
echo '<p>Account created successfully.</p>';
break;
}
}
}