[Rt-commit] r4335 - in rtfm/branches/2.1-TESTING: .
html/RTFM/Article/Elements
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Dec 19 17:18:49 EST 2005
Author: alexmv
Date: Mon Dec 19 17:18:49 2005
New Revision: 4335
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/Preformatted
Log:
r7864 at zoq-fot-pik: chmrr | 2005-12-19 17:18:18 -0500
* Use upper-case API
Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/Preformatted
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/Preformatted (original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/Preformatted Mon Dec 19 17:18:49 2005
@@ -25,7 +25,7 @@
% while (my $cf = $cfs->Next) {
% my $values = $Article->CustomFieldValues($cf->Id);
-% if ($values->count == 1) {
+% if ($values->Count == 1) {
% my $value = $values->First;
% my $content = $value ? $value->Content : "";
% if ($content =~ /<(.{1,5})>/) {
More information about the Rt-commit
mailing list