Code

Replaced "mofify" in handle_post_events(mofify) with "modify".
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 08:09:18 +0000 (08:09 +0000)
committerhickert <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:
plugins/admin/groups/class_groupApplication.inc
plugins/admin/groups/class_groupMail.inc
plugins/admin/ogroups/class_mailogroup.inc
plugins/admin/ogroups/class_phonequeue.inc
plugins/admin/systems/class_servKolab.inc
plugins/personal/connectivity/class_kolabAccount.inc
plugins/personal/connectivity/class_phpgwAccount.inc
plugins/personal/connectivity/class_phpscheduleitAccount.inc
plugins/personal/connectivity/class_pptpAccount.inc
plugins/personal/connectivity/class_proxyAccount.inc
plugins/personal/connectivity/class_pureftpdAccount.inc
plugins/personal/connectivity/class_webdavAccount.inc
plugins/personal/posix/class_posixAccount.inc

index 747078e1988f7039d32973dd4973c579fc382736..b1f0ddadc6768ac354acb60fc84bed6a59b0a512 100644 (file)
@@ -918,7 +918,7 @@ class appgroup extends plugin
     /* 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)
@@ -827,7 +827,7 @@ I: Only insider delivery */
     /* 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 aa11b64a9b7dacc665b8dde8b4f9b4cb47d233b2..aeed8a0c35a3b872e61f3bb0138a81c844a34aac 100644 (file)
@@ -108,7 +108,7 @@ class mailogroup extends plugin
     /* 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 e47ae9c61aa2671811af35c78eddbb1b1cd90229..07ab713d35716059d4fd17a3edcba63a9f21a41b 100644 (file)
@@ -599,7 +599,7 @@ class phonequeue extends plugin
     /* 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)
@@ -334,7 +334,7 @@ class servkolab extends plugin {
     /* 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 6a5895863242a5c2ba27afebca096980a7f8d54b..6ea6d97d71aaae930d9f018e9019ca2bc3e926f9 100644 (file)
@@ -406,7 +406,7 @@ class kolabAccount extends plugin
     /* 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 165a1beb4e44c73d08d1765d4bd0390a7aa51dcb..b11ecf4d7ac4bdea68374b9b0eaaf26d9824af21 100644 (file)
@@ -119,7 +119,7 @@ class phpgwAccount extends plugin
     /* 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 558481ab9bfe6aaefce3b46c943eddae0c267ab4..1f5b04f654da8b6e1b0bf9ece768c93bb7a4973a 100644 (file)
@@ -126,7 +126,7 @@ class phpscheduleitAccount extends plugin
     /* 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 02a466f9e61226d99f0f2b79feff7866b9500650..626c100353e6ff8c72d003d40b42d3bd5af39bc1 100644 (file)
@@ -134,7 +134,7 @@ class pptpAccount extends plugin
       /* 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 98294c273b1451b6ccc26397ca35923d92a5f99e..4f61ac5eee90d043adde0fa63b22e2a30229c554 100644 (file)
@@ -266,7 +266,7 @@ class proxyAccount extends plugin
     /* 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 8a2bbae638d0f448d457b1ec0b85f5634cdf1b67..b9344a733e80e2c5b2a1e691e32f9cdc4a8c1a5b 100644 (file)
@@ -193,7 +193,7 @@ class pureftpdAccount extends plugin
     /* 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 6a33d4a38c8a460334e15e1e249ead632655f1af..7f13e27340f78df601f4634eabcefe12503b3dd9 100644 (file)
@@ -117,7 +117,7 @@ class webdavAccount extends plugin
       /* 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 ae564be6bdd1b7c592dd29686e6303c61fdd0c10..4ed5ee14cda2950486f1988ee387d2bdc6d69ef3 100644 (file)
@@ -896,7 +896,7 @@ class posixAccount extends plugin
     /* 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");