Kenneth Marshall wrote:
> Do a recursive grep on the files in the Mason cache for the
> variable or regex. It may be cached but I am not familiar enough
> with the startup process to know without checking. A cached
> "no value" would result in the behavior you are seeing.
> 
> Cheers,
> Ken
> 

Ken,

        And the winner is...neither...

[r...@admin mason_data]# find . -exec grep -i canon {} \;
# This code canonicalizes time inputs in hours into minutes
     if ( RT::Interface::Web::WebCanonicalizeInfo() ) {
         $user = RT::Interface::Web::WebCanonicalizeInfo();
[r...@admin mason_data]# find . -exec grep 'domain.example.ac.jp' {} \;
[r...@admin mason_data]# find . -exec grep 'domain.example.org' {} \;
[r...@admin mason_data]#

Best Regards,
Camron

Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu Management Services of America, Inc.
E-mail:         cw...@us.fujitsu.com

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to