Ignore:
Timestamp:
Jun 14, 2008 8:23:08 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
fca66b0
Parents:
f0d4b72
Message:

More code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_json_output.php

    ra4e6ed1 r83a7636  
    3535    private $commands = array(); 
    3636 
    37     public $task = ''; 
    3837    public $ajax_call = true; 
    3938     
     
    4443    public function __construct($task) 
    4544    { 
    46         $this->task   = $task; 
    4745        $this->config = rcmail::get_instance()->config; 
    4846    } 
Note: See TracChangeset for help on using the changeset viewer.