summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e912cd)
raw | patch | inline | side by side (parent: 2e912cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 08:09:18 +0000 (08:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 08:09:18 +0000 (08:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4685 594d385d-05f5-0310-b6e9-bd551577e9d8
13 files changed:
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index 747078e1988f7039d32973dd4973c579fc382736..b1f0ddadc6768ac354acb60fc84bed6a59b0a512 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 ca86a68bacff4c256326e3ef8f25fb2d21e7848f..ce5ec423e47a96e40de78dac34a4cd192e3d14f7 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 aa11b64a9b7dacc665b8dde8b4f9b4cb47d233b2..aeed8a0c35a3b872e61f3bb0138a81c844a34aac 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 e47ae9c61aa2671811af35c78eddbb1b1cd90229..07ab713d35716059d4fd17a3edcba63a9f21a41b 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 c1e33222359f83e5d53b9e87fd89076d95105b0f..a2c9ffef71e4fad997bed7878304d7396d16268a 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 6a5895863242a5c2ba27afebca096980a7f8d54b..6ea6d97d71aaae930d9f018e9019ca2bc3e926f9 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 165a1beb4e44c73d08d1765d4bd0390a7aa51dcb..b11ecf4d7ac4bdea68374b9b0eaaf26d9824af21 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 558481ab9bfe6aaefce3b46c943eddae0c267ab4..1f5b04f654da8b6e1b0bf9ece768c93bb7a4973a 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 02a466f9e61226d99f0f2b79feff7866b9500650..626c100353e6ff8c72d003d40b42d3bd5af39bc1 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 98294c273b1451b6ccc26397ca35923d92a5f99e..4f61ac5eee90d043adde0fa63b22e2a30229c554 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 8a2bbae638d0f448d457b1ec0b85f5634cdf1b67..b9344a733e80e2c5b2a1e691e32f9cdc4a8c1a5b 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 6a33d4a38c8a460334e15e1e249ead632655f1af..7f13e27340f78df601f4634eabcefe12503b3dd9 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/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index ae564be6bdd1b7c592dd29686e6303c61fdd0c10..4ed5ee14cda2950486f1988ee387d2bdc6d69ef3 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");