phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] XHTML ... the &


From: Alessandro
Subject: [Phpgroupware-developers] XHTML ... the &
Date: Wed, 02 Feb 2005 14:15:01 +0100
User-agent: Mozilla Thunderbird 0.7 (Windows/20040616)

Hi,
I'm trying to make a part of phpgw XHTML enabled.
The first step I'm making is to substitute every '&' in link with a '&'.
I've made some changes in class.session.inc.php::link_ changing the '&' with an '&amp' rows 1145 ($a = explode('&', $extravars);) and row 1188 ($new_extravars .= '&';)...but it doesn't work!
Es. the login.php stops working.

Any suggestion will be welcome.

Cheers
Alessandro




reply via email to

[Prev in Thread] Current Thread [Next in Thread]