Author: jablko
Date: Mon Oct 25 14:29:06 2010
New Revision: 8486
Log:
Typo, fixes issue 1827
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Mon Oct 25 14:24:05 2010 (r8485)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Mon Oct 25 14:29:06 2010 (r8486)
@@ -96,7 +96,7 @@
}
else if (0 < this.getField('startDate').value.length && 0 <
this.getField('endDate').value.length)
{
- return thisetField('startDate').value + ' - ' +
this.getField('endDate').value;
+ return this.getField('startDate').value + ' - ' +
this.getField('endDate').value;
}
return this.getField('startDate').value;
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.