diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-07-23 18:36:18 -0700 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-07-23 18:36:18 -0700 |
commit | 36b25da4ac5dd296fce684ad5348a7802eba0427 (patch) | |
tree | 07b41de5ab0f7aa422d5db4c29a082b1ae312d42 | |
parent | 0ca630ea6ce8c6e5853bb88cb0e4b6ba2e6da86b (diff) | |
download | fourisland-36b25da4ac5dd296fce684ad5348a7802eba0427.tar.gz fourisland-36b25da4ac5dd296fce684ad5348a7802eba0427.tar.bz2 fourisland-36b25da4ac5dd296fce684ad5348a7802eba0427.zip |
Increased number of blog posts on homepage to 10
-rwxr-xr-x | pages/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/blog.php b/pages/blog.php index ae10756..ef147d5 100755 --- a/pages/blog.php +++ b/pages/blog.php | |||
@@ -137,7 +137,7 @@ if (isset($_GET['post'])) | |||
137 | 137 | ||
138 | $trackArr = explode(',',$gettrack3['rating']); | 138 | $trackArr = explode(',',$gettrack3['rating']); |
139 | 139 | ||
140 | $getpost = "SELECT * FROM updates ORDER BY id DESC LIMIT 0,4"; | 140 | $getpost = "SELECT * FROM updates ORDER BY id DESC LIMIT 0,10"; |
141 | $getpost2 = mysql_query($getpost); | 141 | $getpost2 = mysql_query($getpost); |
142 | while ($getpost3 = mysql_fetch_array($getpost2)) | 142 | while ($getpost3 = mysql_fetch_array($getpost2)) |
143 | { | 143 | { |