[Rt-commit] [svn] r935 - rt/branches/rt-3.1/html/Search/Elements

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed May 19 12:26:12 EDT 2004


Author: leira
Date: Wed May 19 12:26:11 2004
New Revision: 935

Modified:
   rt/branches/rt-3.1/html/Search/Elements/PickCFs
Log:
Don't try to check for the Queue's name if there isn't a queue to begin with.


Modified: rt/branches/rt-3.1/html/Search/Elements/PickCFs
==============================================================================
--- rt/branches/rt-3.1/html/Search/Elements/PickCFs	(original)
+++ rt/branches/rt-3.1/html/Search/Elements/PickCFs	Wed May 19 12:26:11 2004
@@ -26,7 +26,7 @@
 <tr><td>
 
 % my $name;
-% if ($CustomField->QueueObj->Name) {
+% if ($CustomField->QueueObj) {
 %   $name = "CF." . $CustomField->QueueObj->Name . 
 %	".{" . $CustomField->Name . "}";
 % } else {


More information about the Rt-commit mailing list