parent preview

This commit is contained in:
Ricsi
2017-02-21 18:56:24 +01:00
parent 5cf5c7f540
commit 803936e551
9 changed files with 60 additions and 45 deletions

View File

@@ -1,11 +1,6 @@
<?php
if ($this->is_id()) {
# EMPTY
}
else {
# EDZÉS LISTA
$action_list_query = "
SELECT
@@ -140,6 +135,6 @@ order by object_date ASC;
//$smarty->assign('balance', $balance);
$smarty->display('user_diary.tpl');
}
?>