commit b8e812353c62c1c16dea794f2f3c648b3651d8eb parent c138c9dd02be3a60fccd7d64925067e4ec5f4855 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 14:10:20 +0100 next try :D Diffstat:
| M | themes/jumbotron/index.php | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -208,17 +208,11 @@ } }else{ if ($author){ - $post_id_empty = empty($post_id); - $post_title_empty = empty($post_title); - $post_author_empty = empty($post_author); - $post_date_empty = empty($post_date); - $post_category_empty = empty($post_category); - $post_text_short_empty = empty($post_text_short); $id = 1; include('../../core/backend/blog/posts.php'); while ($x < $author_id_clean+1){ include('../../core/config/connect.db.inc.php'); - if($post_id_empty or $post_title_empty or $post_author_empty or $post_date_empty or $post_category_empty or $post_text_short_empty){ + if($post_author != $author){ $x = $x+1; $id = $id+1; next_id_author();