[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-users] Wrong template substitution.
From: |
Marco Andriolo-Stagno |
Subject: |
[Phpgroupware-users] Wrong template substitution. |
Date: |
Sat, 31 Aug 2002 17:20:58 +0200 |
I don't know if it is a bug.
I have a row like this in my template file:
[...]
<input type='hidden' value='{serwhite}' name = 'whitelist'>
[...]
the value of $serwhite is:
a:2:{i:0;s:8:"address@hidden";i:1;s:8:"address@hidden";}
(it's a serialized value of an array)
but in the result html file I found :
[...]
<input type='hidden' value='a:2:' name =' whitelist'>
[...]
I guess the problem is in the {} chars found in the $serwhite string.
Then, is it a bug or am I doing something wrong?
thank you in advance.
bye bye.
MAS!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-users] Wrong template substitution.,
Marco Andriolo-Stagno <=