Disable hackish looking "we've got errors message" since we'll display human readable errors later on.

This commit is contained in:
Chris Morgan
2006-06-24 04:07:42 +00:00
committed by WineHQ
parent 6f35da69d7
commit c31173ef9e

View File

@@ -177,9 +177,9 @@ if ($aClean['sub'])
} }
} }
/* if we have errors go back to 'view' mode */
if(!empty($errors)) if(!empty($errors))
{ {
addmsg("we've got Errors???:".$errors.":");
$aClean['sub'] = 'view'; $aClean['sub'] = 'view';
} }
else else