commit d6b5cd28392b233d87bf6a52d5e224fbf93bee60
parent 1c5c640a16cf1f197f8d0a95a488bb30bce619c5
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:05:35 +0100
new try
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -224,10 +224,10 @@ foreach($langs as $prio => $lang) {
</tr>
<?php
include($root . '/core/backend/blog/posts.php');
- while ($x < $post_id_clean){
+ while ($x < $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');
echo "<tr>";
- echo "<td>$id</td>";
+ echo "<td>$post_id_clean</td>";
echo "<td>Jackson</td>";
echo "<td>94</td>";
echo "</tr>";