From 73e9e1e1ac9154003e436bc5cbbc820f61be1ab4 Mon Sep 17 00:00:00 2001 From: paulr Date: Thu, 21 Apr 2011 04:31:46 +1000 Subject: [PATCH] ah yeah... and such plus stuff.. --- lib/plugins/messages.php | 27 +++++++++++++++++++++++++++ lib/plugins/www.php | 6 ++++-- 2 files changed, 31 insertions(+), 2 deletions(-) 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
"; } -- 1.7.0.4