~ubuntu-branches/ubuntu/maverick/gosa/maverick

« back to all changes in this revision

Viewing changes to plugins/personal/connectivity/class_phpscheduleitAccount.inc

  • Committer: Bazaar Package Importer
  • Author(s): Cajus Pollmeier
  • Date: 2007-04-11 10:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20070411100220-p30rdbqio3m61dvj
Tags: 2.5.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  var $plHeadline= "PHPscheduleit";
28
28
  var $plDescription= "This does something";
29
29
 
30
 
  /* CLI vars */
31
 
  var $cli_summary= "Manage users phpscheduleit account";
32
 
  var $cli_description= "Some longer text\nfor help";
33
 
  var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
34
 
 
35
30
  /* attribute list for save action */
36
31
  var $attributes= array();
37
32
  var $objectclasses= array("phpscheduleitAccount");