[geeklog-devel] Microsummaries in a topic do not work

Joe Mucchiello joe at throwingdice.com
Tue May 6 15:55:47 EDT 2008


From index.php

$microsummary = false;
if (isset ($_GET['display']) && empty ($topic)) {
if ($_GET['display'] == 'new') {
$newstories = true;
} else if ($_GET['display'] == 'all') {
$displayall = true;
} else if ($_GET['display'] == 'microsummary') {
$microsummary = true;
}
}

So, $microsummary cannot be true if $topic is set.

----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com




More information about the geeklog-devel mailing list