Cosmetic changes to code, better wording in list_cards view, generalised validation errors to all forms, not just #ecard_form

This commit is contained in:
Ismo Vuorinen
2013-07-17 13:55:21 +03:00
parent 769dac1fce
commit 78cb7b2eee
6 changed files with 32 additions and 26 deletions

View File

@@ -3,7 +3,12 @@
if (empty($userdata)) {
$userdata = array();
}
if (empty($user)) {
$user = new stdClass();
}
if (empty($userid)) {
$userid = 0;
}
?>
<div class="row">