what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :

Started by AWJunkies, March 28, 2006, 11:54:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AWJunkies

Why was this added to theme.inc.php in two places as well as added to url links? This messed up my site when updating to 1.4.4 from 1.4.3

    $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : '';


AWJunkies