- Fix read/write database recognition (#1485811)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix read/write database recognition (#1485811) |
| | | - Fix quicksearchbox look in Chrome and Konqueror (#1484841) |
| | | - Fix UTF-8 byte-order mark removing (#1485514) |
| | | - Fix folders subscribtions on Konqueror (#1484841) |
| | |
| | | function _query($query, $offset, $numrows, $params) |
| | | { |
| | | // Read or write ? |
| | | if (strtolower(trim(substr($query,0,6)))=='select') |
| | | if (strtolower(substr(trim($query),0,6))=='select') |
| | | $mode='r'; |
| | | else |
| | | $mode='w'; |