Changeset e0480e9 in github
- Timestamp:
- Sep 1, 2009 11:13:45 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 57307bc
- Parents:
- 172552a
- File:
-
- 1 edited
-
program/include/rcube_json_output.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_json_output.php
recb9fb0 re0480e9 69 69 { 70 70 $name = $this->config->get('product_name'); 71 $this->command('set_pagetitle', JQ(empty($name) ? $title : $name.' :: '.$title));71 $this->command('set_pagetitle', empty($name) ? $title : $name.' :: '.$title); 72 72 } 73 73
Note: See TracChangeset
for help on using the changeset viewer.
