[rt-users] rtUnifiedreminder on 3.6

Behzad Mahini mahini at apple.com
Fri Dec 4 11:45:22 EST 2009


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:

# Pull in the RT stuff
package RT;
use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent  
loc);
...that line needs to be changed to:
use RT;

-Behzad
On Dec 4, 2009, at 5:38 AM, David X. Glover wrote:

> Has anyone attempted to get this script:
> http://wiki.bestpractical.com/view/rtUnifiedreminder
>
> 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.
>
> -- 
> David X. Glover
> Department of Physics
> University of Oxford
> http://www.physics.ox.ac.uk/
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091204/bbc82bfe/attachment.htm>


More information about the rt-users mailing list