projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68758a
)
oops
author
ivan
<ivan>
Thu, 18 Sep 2003 10:52:28 +0000
(10:52 +0000)
committer
ivan
<ivan>
Thu, 18 Sep 2003 10:52:28 +0000
(10:52 +0000)
httemplate/browse/agent.cgi
patch
|
blob
|
history
diff --git
a/httemplate/browse/agent.cgi
b/httemplate/browse/agent.cgi
index
adeb78d
..
79f6c3d
100755
(executable)
--- a/
httemplate/browse/agent.cgi
+++ b/
httemplate/browse/agent.cgi
@@
-75,8
+75,8
@@
foreach my $agent ( sort {
<BR><FONT COLOR="#FF0000"><B><%= $num_cancelled %></B></FONT>
cancelled
</TD>
- <TD>
$hashref->{freq}
</TD>
- <TD>
$hashref->{prog}
</TD>
+ <TD>
<%= $agent->freq %>
</TD>
+ <TD>
<%= $agent->prog %>
</TD>
</TR>
<% } %>