commit dd2ffe51c7af7a43c447834d9c13d23587267f08
parent d16d34b6127b153c9644db4e0e92748a5dc1acdf
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 14:31:38 +0100
fix $read variable
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -12,7 +12,7 @@
}
include('../../core/backend/blog/posts.php');
include('../../core/config/variables.config.php')
- $read = 0;
+ $read = "0";
?>
<!DOCTYPE html>
<html lang="en">
@@ -86,7 +86,7 @@
if ($empty){
if ($post_title != "Database Error!"){
while (!empty($post_title)){
- $read = 1;
+ $read = "1"";
$id = $x;
echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";
$x = $x+1;