Text only
|
Text with Images
coppermine-gallery.com/forum
Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: sengsara on November 06, 2003, 10:06:05 AM
Title:
[FIXED] Search form still pointing to 'coppermine'
Post by:
sengsara
on
November 06, 2003, 10:06:05 AM
File search.php line 51
Code
Select
Expand
<input type="hidden" name="name" value="coppermine">
Title:
[FIXED] Search form still pointing to 'coppermine'
Post by:
gtroll
on
November 06, 2003, 10:28:22 AM
Thank you we missed this one has been fixed in CVS and will be in RC2
should be
Code
Select
Expand
<input type="hidden" name="name" value="$name">
Text only
|
Text with Images