Hi All,

I've defined a hash in AT_SiteConfig.pm:
my %Links = (
        Soporta    => 'SeSoportaEn',
        Ejecuta    => 'SeEjecutaEn',
        RefersTo    => 'ReferredToBy',
);

And then I'm trying to access it from Asset_overlay.pm with the following line:
my %Links = %RTx::AssetTracker::Links;

But I got an empty hash. However if I access the very same config hash from 
Display.html I get it. Do you know whats wrong? Any hint?

Thanks,

Alvaro Muñoz Sánchez
P Antes de imprimir piensa en el medio ambiente

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

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


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

Reply via email to