X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=lib%2Fplugins%2Fwww.php;h=2c59349f8fb9acb12fcae9884ee60c65a4c89ad7;hp=ab6bff9fecbdb3a0042136b01893394fe2dd4ab6;hb=84bdd22f2dd2bfcdef9dd355e824257478c3c0b0;hpb=1273cfa75bf3fd3926d435c149e04a2f6f82e045 diff --git a/lib/plugins/www.php b/lib/plugins/www.php index ab6bff9..2c59349 100644 --- a/lib/plugins/www.php +++ b/lib/plugins/www.php @@ -119,9 +119,9 @@ function www_top() $msgs = msg_getMessages(); foreach($msgs as $msg) { - $msgtime = msg_toDate($msg["time"]); - $msgcol = $msg["colour"]; - $msgtxt = $msg["text"]; + $msgtime = msg_toDate($msg["msgdate"]); + $msgcol = $msg["msgcolour"]; + $msgtxt = $msg["msgtext"]; echo "$msgtime - $msgtxt"; }