Opened 12 years ago
Closed 12 years ago
#8101 closed defect (fixed)
Typo in dojox/analytics/logger/JSON.php
Reported by: | ma ko | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.1 |
Keywords: | Cc: | Dustin Machi | |
Blocked By: | Blocking: |
Description
In the file dojox/analytics/logger/JSON.php on line 197 there is a non critical typo:
return $ut8;
should be:
return $utf8;
Change History (2)
comment:1 Changed 12 years ago by
Cc: | Dustin Machi added |
---|---|
Component: | General → Dojox |
Milestone: | tbd → 1.2.2 |
Owner: | changed from anonymous to Adam Peller |
comment:2 Changed 12 years ago by
Milestone: | 1.2.2 → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.