bug in serendipity_plugin_comments.php
Posted: Fri Oct 31, 2003 7:28 pm
In function generate_content:
1) you need to declare global $serendipity
2) lines 105, 106 - hardcoded serendipity_ needs to be
'.$serendipity['dbPrefix'].'
if there are no comments, the 'if ($sql) { foreach $sql' on 116 blows up.
1) you need to declare global $serendipity
2) lines 105, 106 - hardcoded serendipity_ needs to be
'.$serendipity['dbPrefix'].'
if there are no comments, the 'if ($sql) { foreach $sql' on 116 blows up.