[rt-commit] CVS commit: rt
tobiasb at fsck.com
tobiasb at fsck.com
Thu Apr 13 10:05:47 EDT 2000
Module Name: rt
Committed By: tobiasb
Date: Thu Apr 13 14:05:47 UTC 2000
Modified Files:
rt/webrt/Search: Listing.html
Log Message:
Added this:
# TODO: This one should _not_ be here, rather somewhere else
# (suggestions?). It might eventually read the cookies, user
# configuration information from the DB, queue configuration information
# from the DB, etc. It should be object oriented. But what object can
# it belong to, and how should it get access to all this data?
sub _cfg {
my $key=shift;
return $ARGS{$key} || $RT::SitePolicy{$key};
}
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 rt/webrt/Search/Listing.html
More information about the Rt-commit
mailing list