summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e085d85)
raw | patch | inline | side by side (parent: e085d85)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 06:04:30 +0000 (06:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 06:04:30 +0000 (06:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4676 594d385d-05f5-0310-b6e9-bd551577e9d8
17 files changed:
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index 17aabaf41f75d3a39831e63898a458e132eed112..49b44d158238bfc6061f031f3cd466fe757261c0 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
index 63e060239a0611c46f43fda941269a5e3bb46e1b..d42c233e8cd2292c55c2209def3b6a0600d23230 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/admin/ogroups/class_mailogroup.inc b/plugins/admin/ogroups/class_mailogroup.inc
index 9dc1cf71cfe6c0b6cef8da67af7802b35b635172..b13799aaed8f37c836f2239197ba8e6156dd6de9 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc
index 827d2ad8a2309a5423a05e64214c9f073d56072e..bd592dabaf9054b3a123c316e250d63f162b16eb 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
index 6d4e25bc79449849a299a29c62723b6bebefe22c..cd716eaf154f6fa6c5743d3fb60c9c8b83dd83f4 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
index 901133c6216a60096187c842c51a67dd1444ded6..9d0d752c11fb40cc5e355181ab1f0e05eb6909a4 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account) {
if ($this->is_modified) {
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc
index 2c9f9381e69b60425fc4b0ffd0f32928c1957888..c624e5e0b54d311c72175bdd182fd693c6308b35 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc
index cc063a61a04dade60c9e367ab2ea7cfc3b86b52c..09051c0d5c6c216e51a7c5f0d221dc9885c29440 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index 30708b97d3818b199719c43e924cf5dbbad48a22..0c3a3a00ff1ddd2830a15c8adfc5eea9a94660d2 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index b70991a9610f9b68270a9f888dec6958ac0fc178..0b1ed268b366a665e287dd4f5c96d8c8be38c3b5 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_phpscheduleitAccount.inc b/plugins/personal/connectivity/class_phpscheduleitAccount.inc
index 63536b2c334876732a4760f9af6a9851a8c8d4bf..845b8df2c427ce1c35d01faec7a9a5d678f226cd 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_pptpAccount.inc b/plugins/personal/connectivity/class_pptpAccount.inc
index 04ea2390c463ac95cfa63ed3dcd34f4fd0a775ac..02418d9ff05f259419e8388a62fb64cf5f8dd25f 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc
index de1cc587b75af73f351ff656f181a575699cf6ac..267e36b0263f505c3464b25f5cc44293132b7050 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_pureftpdAccount.inc b/plugins/personal/connectivity/class_pureftpdAccount.inc
index aa55f5d26e70cc976f09b44819ed10beb246eeb6..6103460aabddb064be8468b757597659f07d4ebd 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/connectivity/class_webdavAccount.inc b/plugins/personal/connectivity/class_webdavAccount.inc
index ba0c5ec206d2b42db64eb7d7aac8bec1b31fdc5b..78aaab6fdc9f0d4dc85208cc6c964cd40c972c51 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index 64237e50df3e8c4be760cb36ab357e392ab1fa93..77c7b489baa85bd41bb5790d6b32682b2e920a56 100644 (file)
}
/* Optionally execute a command after we're done */
- $this->handle_post_events("remove", array('uid'));
+ $this->handle_post_events("remove", array('uid'=> $this->uid));
}
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("modify", array('uid'));
+ $this->handle_post_events("modify", array('uid'=> $this->uid));
}
} else {
- $this->handle_post_events("add", array('uid'));
+ $this->handle_post_events("add", array('uid'=>$this->uid));
}
}
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 904a11c2467d317af018f187f3dd0fcac2c06d56..bf803b6706b37ebab9a7ca770e9642c98a085053 100644 (file)
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
if ($this->is_modified){
- $this->handle_post_events("mofify");
+ $this->handle_post_events("modify");
}
} else {
$this->handle_post_events("add");