Changeset 1305 in subversion
- Timestamp:
- Apr 15, 2008 3:34:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_json_output.php
r1297 r1305 212 212 private function get_js_commands() 213 213 { 214 $out = 'this.set_env('.json_serialize($this->env).");\n"; 214 $out = ''; 215 216 if (sizeof($this->env)) 217 $out .= 'this.set_env('.json_serialize($this->env).");\n"; 215 218 216 219 foreach($this->texts as $name => $text) {
Note: See TracChangeset
for help on using the changeset viewer.
