small edits

This commit is contained in:
Tóth Richárd
2019-07-30 13:54:27 +02:00
parent 27522d0053
commit e0e887542b
5 changed files with 5 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class page {
OR ua_authority_a_id = 1)
WHERE
spage_page_id = 1
AND ua_user_kid_uk_id = " . $user->get_ua_id() .";
AND ua_user_kid_uk_id = " . $user->get_ua_id() ." ORDER BY spage_id ASC;
";
}
else {