[Rt-commit] [svn] r1722 - rtir/branches/1.1-TESTING/html/RTIR/Tools

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Sun Nov 7 09:15:22 EST 2004


Author: jesse
Date: Sun Nov  7 09:15:20 2004
New Revision: 1722

Modified:
   rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html
Log:
* Improved Lookup tool to use an RT standard API rather than something custom


Modified: rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html
==============================================================================
--- rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html	(original)
+++ rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html	Sun Nov  7 09:15:20 2004
@@ -34,7 +34,7 @@
 
 <TABLE WIDTH=100% border=0 cellpadding=2 CELLSPACING=0>
 <& /Elements/TicketList, 
-    SingleRecord => $TicketObj,
+    Query  => "id = ".$TicketObj->id,
     Format => $Format,
     &>
 </table>


More information about the Rt-commit mailing list