comparison msite.inc.php @ 979:678b44a20e1a

Implement rest of notes.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 13:19:54 +0200
parents a1da651a2e45
children 18b48fe650ec
comparison
equal deleted inserted replaced
978:2c435f651a47 979:678b44a20e1a
833 ($compo["ctype"] != COMPO_ASSIGN) ? $entry["votesum"] : FALSE, 833 ($compo["ctype"] != COMPO_ASSIGN) ? $entry["votesum"] : FALSE,
834 ($compo["ctype"] != COMPO_NORMAL) ? $compo["show_authors"] : TRUE); 834 ($compo["ctype"] != COMPO_NORMAL) ? $compo["show_authors"] : TRUE);
835 835
836 $prev = $entry["position"]; 836 $prev = $entry["position"];
837 } 837 }
838 $out .= "\n\n".($html ? "</pre>\n" : ""); 838 $out .=
839 "\n".($compo["notes"] != "" ? "NOTES: ".chentities($compo["notes"])."\n" : "").
840 "\n".($html ? "</pre>\n" : "");
839 } 841 }
840 842
841 return $out; 843 return $out;
842 } 844 }
843 845