Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Index: plog-functions.php
===================================================================
--- plog-functions.php (revision 33)
+++ plog-functions.php (working copy)
@@ -1435,7 +1435,10 @@
// again, this is needed because of the comment counting
$sql .= ",p.`id` DESC ";
- $sql .= " LIMIT ".$from.",".$limit;
+ if($_GET['mode'] != 'slideshow')
+ {
+ $sql .= " LIMIT ".$from.",".$limit;
+ }
$result = run_query("SELECT p.*,
UNIX_TIMESTAMP(`date_submitted`) AS `unix_date_submitted`,
1 to 3 of 3