commit 609a6e4d96028d2da17b9b13453541a656f8414d
parent c9f7f6b67056143888c44de5b045c9789bb03da6
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:15:05 +0100
there is only a line too much :D
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -224,11 +224,10 @@ foreach($langs as $prio => $lang) {
</tr>
<?php
include($root . '/core/backend/blog/posts.php');
- while ($x < $post_id_clean+1){
+ while ($x < $post_id_clean+2){
include($root . '/core/config/connect.db.inc.php');
echo (string)"<tr>";
echo (string)"<td>$post_id</td>";
- print $post_id;
echo (string)"<td>Jackson</td>";
echo (string)"<td>94</td>";
echo (string)"</tr>";