[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm
raeburn
raeburn@source.lon-capa.org
Fri, 12 Feb 2010 19:39:59 -0000
raeburn Fri Feb 12 19:39:59 2010 EDT
Modified files:
/loncom/interface lonwhatsnew.pm
Log:
- Remove: $numsendtime (never used).
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.99 loncom/interface/lonwhatsnew.pm:1.100
--- loncom/interface/lonwhatsnew.pm:1.99 Wed Jan 27 13:08:01 2010
+++ loncom/interface/lonwhatsnew.pm Fri Feb 12 19:39:59 2010
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.99 2010/01/27 13:08:01 wenzelju Exp $
+# $Id: lonwhatsnew.pm,v 1.100 2010/02/12 19:39:59 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1166,7 +1166,6 @@
&Apache::lonmsg::unpackmsgid($msgid);
if (($fromcid) && ($fromcid eq $env{'request.course.id'})) {
if (defined($sendtime) && $sendtime!~/error/) {
- my $numsendtime = $sendtime;
if ($status eq 'new') {
$sendtime = &Apache::lonlocal::locallocaltime($sendtime);
$msgcount ++;
@@ -1198,7 +1197,6 @@
&Apache::lonmsg::unpackmsgid($msgid);
if (($fromcid) && ($fromcid eq $env{'request.course.id'})) {
if (defined($sendtime) && $sendtime!~/error/) {
- my $numsendtime = $sendtime;
$sendtime = &Apache::lonlocal::locallocaltime($sendtime);
$critmsgcount ++;
if ($shortsubj eq '') {