[Rt-commit] r6771 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Thu Jan 18 10:55:35 EST 2007
Author: ruz
Date: Thu Jan 18 10:55:33 2007
New Revision: 6771
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/AddWatchers
Log:
r4391 at cubic-pc: cubic | 2007-01-18 08:03:22 +0300
* get rid of unused variable
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/AddWatchers
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/AddWatchers (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/AddWatchers Thu Jan 18 10:55:33 2007
@@ -43,9 +43,6 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<br />
-<%$msg%><br />
-
<&|/l&>Add new watchers</&>:<br />
<table>
@@ -94,7 +91,7 @@
</table>
<%INIT>
-my ($msg, $Users, $Groups);
+my ($Users, $Groups);
if ($UserString) {
$Users = RT::Users->new($session{'CurrentUser'});
More information about the Rt-commit
mailing list