Changeset 8448fca in github
- Timestamp:
- Jul 3, 2009 9:38:30 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- f62d5fa
- Parents:
- 5881355
- File:
-
- 1 edited
-
program/include/rcube_plugin_api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_plugin_api.php
r737f0da3 r8448fca 294 294 { 295 295 $container = $attrib['name']; 296 return array('content' => $ this->template_contents[$container]);296 return array('content' => $attrib['content'] . $this->template_contents[$container]); 297 297 } 298 298
Note: See TracChangeset
for help on using the changeset viewer.
