[bug] charset hardcoded in keyword_select.php and other files [bug] charset hardcoded in keyword_select.php and other files
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[bug] charset hardcoded in keyword_select.php and other files

Started by Titooy, December 15, 2005, 01:00:16 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Titooy

I checked the devel too and these files still have "iso-8859-1" hardcoded

keyword_select.php
stat_details.php
xp_publish.php
include/mailer.inc.php

Paver

Fixed & committed to stable & devel: keyword_select.php, stat_details.php, xp_publish.php.

I didn't want to play with include/mailer.inc.php since I cannot test it.

Nibbler

There is no need to change the charset in include/mailer.inc.php.

Paver

I was wondering if that were true.  The hardcoded iso-8859-1 is just the default it seems.  It isn't used because $charset is then pulled from the correct place in the object instance.  Correct?

Nibbler

Yeah, the proper charset is specified when we use the object.