Changeset d6869a66 in github


Ignore:
Timestamp:
Sep 24, 2008 6:41:44 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
cc4b36b
Parents:
7315902
Message:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rbba657e rd6869a66  
    11CHANGELOG RoundCube Webmail 
    22--------------------------- 
     3 
     42008/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 
    310 
    4112008/09/19 (thomasb) 
  • program/include/rcube_user.php

    rfc1a10b rd6869a66  
    7979  function get_prefs() 
    8080  { 
    81     $prefs = array('language' => $this->language); 
     81    if (!empty($this->language)) 
     82      $prefs = array('language' => $this->language); 
    8283     
    8384    if ($this->ID && $this->data['preferences']) 
Note: See TracChangeset for help on using the changeset viewer.