Changeset 83a7636 in github for program/include/rcube_json_output.php
- Timestamp:
- Jun 14, 2008 8:23:08 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- fca66b0
- Parents:
- f0d4b72
- File:
-
- 1 edited
-
program/include/rcube_json_output.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_json_output.php
ra4e6ed1 r83a7636 35 35 private $commands = array(); 36 36 37 public $task = '';38 37 public $ajax_call = true; 39 38 … … 44 43 public function __construct($task) 45 44 { 46 $this->task = $task;47 45 $this->config = rcmail::get_instance()->config; 48 46 }
Note: See TracChangeset
for help on using the changeset viewer.
