[bugs] [Bug 1066] Changed - [sam] spamassassin.php numeric format

bugs@bugs.horde.org bugs@bugs.horde.org
Mon, 7 Oct 2002 16:08:17 -0300


http://bugs.horde.org/show_bug.cgi?id=1066

*** shadow/1066	Mon Oct  7 15:41:02 2002
--- shadow/1066.tmp.29577	Mon Oct  7 16:08:17 2002
***************
*** 3,9 ****
  Version: 2.3 Unstable
  Platform: PHP Code
  OS/Version: All
! Status: NEW   
  Resolution: 
  Severity: minor
  Priority: P3
--- 3,9 ----
  Version: 2.3 Unstable
  Platform: PHP Code
  OS/Version: All
! Status: ASSIGNED   
  Resolution: 
  Severity: minor
  Priority: P3
***************
*** 47,49 ****
--- 47,54 ----
       /* Store the 'subject_tag' spam option. */
       $sam->setOption('subject_tag', Horde::getFormData('subject_tag'));
   
+ 
+ ------- Additional Comments From chuck@horde.org  10/07/02 16:08 -------
+ If the locale is using something else for the decimal separator, shouldn't the
+ people using the locale do so as well? This patch would break things who expect
+ us to be obeying their locale settings.