Changeset d6869a66 in github
- Timestamp:
- Sep 24, 2008 6:41:44 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cc4b36b
- Parents:
- 7315902
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rbba657e rd6869a66 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2008/09/23 (alec) 5 ---------- 6 - Fix language autodetection (#1485401) 7 - Fix button label in folders management (#1485405) 8 - Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403) 9 - Fix handling of apostrophes in filenames decoded according to rfc2231 3 10 4 11 2008/09/19 (thomasb) -
program/include/rcube_user.php
rfc1a10b rd6869a66 79 79 function get_prefs() 80 80 { 81 $prefs = array('language' => $this->language); 81 if (!empty($this->language)) 82 $prefs = array('language' => $this->language); 82 83 83 84 if ($this->ID && $this->data['preferences'])
Note: See TracChangeset
for help on using the changeset viewer.
