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,13 +1,5 @@
<?php
# HA NINCS ID, AKKOR INFORMÁCIÓK
if ($this->is_id()) {
# EMPTY
}
else {
# INFORMÁCIÓK
$info_query = "SELECT setv_id FROM setting_value JOIN setting ON setv_setting_set_id = set_id WHERE set_name = 'Információk'";
@@ -23,6 +15,4 @@ else {
}
?>