From: paulr Date: Wed, 20 Apr 2011 18:31:46 +0000 (+1000) Subject: ah yeah... and such X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=73e9e1e1ac9154003e436bc5cbbc820f61be1ab4 ah yeah... and such plus stuff.. --- diff --git a/lib/plugins/messages.php b/lib/plugins/messages.php index d7a268f..e735e90 100644 --- a/lib/plugins/messages.php +++ b/lib/plugins/messages.php @@ -1,6 +1,33 @@ "; if(function_exists("msg_haveMessages")) if(msg_haveMessages()) { - echo ""; + echo "
"; $msgs = msg_getMessages(); foreach($msgs as $msg) { $msgtime = msg_toDate($msg["msgdate"]); $msgcol = $msg["msgcolour"]; $msgtxt = $msg["msgtext"]; + $msgid = $msg["messages_id"]; - echo ""; + echo ""; } echo "
$msgtime - $msgtxt"; + echo "
$msgtime - $msgtxtAcknowledge
"; }