coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: AWJunkies on March 28, 2006, 11:54:37 PM

Title: what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :
Post by: AWJunkies on March 28, 2006, 11:54:37 PM
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'] : '';
Title: Re: what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :
Post by: Nibbler on March 28, 2006, 11:56:55 PM
http://forum.coppermine-gallery.net/index.php?topic=27980.0
Title: Re: what is $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] :
Post by: AWJunkies on March 29, 2006, 12:47:35 AM
awesome thanks.