[small important bugfix] for 1.2.8 2006/08/07
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
No, not really
But for the coming release it will be:
Oliver
But for the coming release it will be:
Code: Select all
function buildGlobalGET($return = '') {
// build internal array containing all GET values
// and remove session from this array
$GLOBALS['_getVar'] = array();
if(isset($_GET) && session_id()) {
unset($_GET[session_name()]);
$GLOBALS['_getVar'] = $_GET;
}
if($return == 'getQuery') {
return returnGlobalGET_QueryString('htmlentities');
}
}
Thanks Oliver.
DeXXus, this is not the same code for me, left side is original function buildGlobalGET code from 20060807_phpwcms_1.2.8.zip and right side is Oliver's code from the first post of this thread. ABSOLUTELY no difference except the missing "r"?DeXXus wrote:You best look AGAIN ! There is ABSOLUTELY no difference... except the missing "r" .
I owe =YOU= the *BIGGEST* apology!!! I'M SORRY!
I had to re-download the original archive and see (then *noticed* -my- copy had a newer date of creation (because I had already pasted OliverG's whole block - instead of just the "r").
I deserve to be "ridiculed" for not doing the proper homework and then blaring out criticism to you.
PLEASE accept my *SINCEREST* apology and know that I REGRET my actions, TOTALLY!!
I will understand and endure your wrath... with hopes to make it up wherever I can, down the road here in the forum.
I had to re-download the original archive and see (then *noticed* -my- copy had a newer date of creation (because I had already pasted OliverG's whole block - instead of just the "r").
I deserve to be "ridiculed" for not doing the proper homework and then blaring out criticism to you.
PLEASE accept my *SINCEREST* apology and know that I REGRET my actions, TOTALLY!!
I will understand and endure your wrath... with hopes to make it up wherever I can, down the road here in the forum.
That will be good - at first I was stumped whyI will implement a fallback for "mb" - which always should be enabled by default.
search wasn't returning results.
after uncommenting:
Code: Select all
extension=php_mbstring.dll
all was good to go....
DeXXus - you have more than few friends dude