Parse error: syntax error, unexpected T_RETURN in /home/discuta/public_html/cristi/blog/plugins/serendipity_event_bbcode/serendipity_event_mymood/serendipity_event_mymood.php on line 530
That is a very strange path loctaion mentioned above! Why is the mymood plugin inside the bbcode plugin directory? It needs to be on its own! Please move that directory outside of the bbcode plugin dir...
HTH
.,Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
oooo damn i now see it... i put it elsewhere... i need to sleep
anyway i put it now how it should be but the error is still there:
Parse error: syntax error, unexpected T_RETURN in /.../blog/plugins/serendipity_event_mymood/serendipity_event_mymood.php on line 530
and here are the lines 525-535:
525. function f_display_moods($e_id) {
526. global $serendipity;
527.
528. # bail if there is no way to display (pdf plugin, for example)
529. if (!isset($serendipity['smarty'] { 530. return false;
531. }
532.
533. $moods = $this->get_entry_moods($e_id);
534.
545. # bail if there are no entries...
there's a ")" missing before the "{" in that line! maybe juderbert can commit a fix to cvs as well?
Regards,
garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/