duplicate title for field1 and field4 in editOnePic.php duplicate title for field1 and field4 in editOnePic.php
 

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

duplicate title for field1 and field4 in editOnePic.php

Started by unclescrotor, June 12, 2004, 02:04:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

unclescrotor

line 296 of editOnePic is:


{$CONFIG['user_field1_name']}


It should be:
{$CONFIG['user_field4_name']}

This causes the title for custom field 1 to show up as the title for custom field 4.

Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

@Casper: please make also an entry into the changelog, so we can keep track of bugs that have been fixed after 1.3.0 release...

GauGau

Casper

Quote from: GauGau on June 13, 2004, 08:58:06 PM
@Casper: please make also an entry into the changelog, so we can keep track of bugs that have been fixed after 1.3.0 release...

GauGau

Done  ;)
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here