Changeset 1f385b8 in github


Ignore:
Timestamp:
May 17, 2011 6:38:42 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
392589e
Parents:
74bc4ac
Message:
  • Make update_cahce() method to be publicly available
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    ra208a4f r1f385b8  
    37693769     * @param string $key  Cache key 
    37703770     * @param mixed  $data Data 
    3771      * @access private 
    3772      */ 
    3773     private function update_cache($key, $data) 
     3771     * @access public 
     3772     */ 
     3773    function update_cache($key, $data) 
    37743774    { 
    37753775        $this->cache[$key] = $data; 
Note: See TracChangeset for help on using the changeset viewer.