<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I did not go through the entire code, however, one thing that I noticed to be incorrect is the line which says "package RT" shown below:<div><br></div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; "><pre># Pull in the RT stuff
package RT;
use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent loc);</pre></span><div><div>...that line needs to be changed to:</div><div>use RT;</div><div><br></div><div>-Behzad</div><div>On Dec 4, 2009, at 5:38 AM, David X. Glover wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Has anyone attempted to get this script:<br><a href="http://wiki.bestpractical.com/view/rtUnifiedreminder">http://wiki.bestpractical.com/view/rtUnifiedreminder</a><br><br>Working on RT 3.6? It fails because it can't find the Config Class Method, and I'm wondering whether to bother trying to hack it to make it work, or whether I should give up now.<br><br>-- <br>David X. Glover<br>Department of Physics<br>University of Oxford<br>http://www.physics.ox.ac.uk/<br><br>_______________________________________________<br>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users<br><br>Community help: http://wiki.bestpractical.com<br>Commercial support: sales@bestpractical.com<br><br><br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media. <br>Buy a copy at http://rtbook.bestpractical.com<br></div></blockquote></div><br></div></body></html>