[phpldapadmin-users] Templates phppicklist variable as a parameter

2010-03-17 Thread Thomas Blanchin
Hi all, When I display my posixAccount objects, I use a custom template to show attributes the way I want. Now, in the posixAccount template page, I'm trying to have a quick overview of the groups the object is member of. I don't want to change / add anything to the object structure. I am wonderin

Re: [phpldapadmin-users] Templates phppicklist variable as a parameter

2010-03-17 Thread Deon George
Thomas Blanchin wrote: > I'm trying to pass the %uid% value of my current object to the > PickList function, but it doesn't work. > Thomas, It isnt currently possible to pass values to a =php() function, to produce a list of values (its a good idea). This kind of functionality is probably cov