Re: Kinda late question about the new getProperty() implementation

Helgi Þormar <[email protected]> Mon, 15 Aug 2005 16:10:59 +0000
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <1124122259.4987.6.camel@megatokyo>
The wisest move would be to have a dev box to test things on, but that's
just me ;)

- Helgi

On Mon, 2005-08-15 at 18:00 +0200, Benedikt Laube wrote:
> Hi Lukas,
> 
> thanks for your hint. I was under the impression that I could alias
> the property names in the LU config. Of course, search and replace
> would do it but I am reluctant to do it on a live website.
> 
> But well it looks like it's my only option. What was it again...
> 
> for file in `grep -l "getProperty(authUserId)" /data/*`; do
>   sed 's/getProperty(authUserId)/getProperty(\'auth_user_id\')/g'
> $file >/tmp/$$ && mv /tmp/$$ $file
> done
> 
> oh well here we go =8-O
> 
> Cheers
> Benedikt
> 
> _______________________________________________
> LiveUser mailing list
> [email protected]
> http://mailman.21st-hq.de/mailman/listinfo/liveuser