mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-02-09 15:45:24 +00:00
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:
@@ -3,7 +3,12 @@
|
||||
if (empty($userdata)) {
|
||||
$userdata = array();
|
||||
}
|
||||
|
||||
if (empty($user)) {
|
||||
$user = new stdClass();
|
||||
}
|
||||
if (empty($userid)) {
|
||||
$userid = 0;
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user