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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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