Changeset 5778 in subversion
- Timestamp:
- Jan 16, 2012 5:08:59 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-framework/roundcubemail/program/include/rcmail.php
r5777 r5778 685 685 } 686 686 687 $hook = $this->plugins->exec_hook("storage_init", $options); 687 $options = $this->plugins->exec_hook("storage_init", $options); 688 689 // for backward compat. (deprecated, to be removed) 690 $options = $this->plugins->exec_hook("imap_init", $options); 688 691 689 692 $this->storage->set_options($options);
Note: See TracChangeset
for help on using the changeset viewer.
