summaryrefslogtreecommitdiffstats
path: root/application/models/EventreportMapper.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-10 15:36:14 +0200
committerBjörn Geiger2011-10-10 15:36:14 +0200
commit6ad8b3a8c3e31c4689d008b8e29a101e3ed8d12f (patch)
tree9ebe3a6805f7c6b3bc0402616c4e52e0abfa87f2 /application/models/EventreportMapper.php
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-6ad8b3a8c3e31c4689d008b8e29a101e3ed8d12f.tar.gz
poolctrl-6ad8b3a8c3e31c4689d008b8e29a101e3ed8d12f.tar.xz
poolctrl-6ad8b3a8c3e31c4689d008b8e29a101e3ed8d12f.zip
kleine Korrekturen
Diffstat (limited to 'application/models/EventreportMapper.php')
-rwxr-xr-xapplication/models/EventreportMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/EventreportMapper.php b/application/models/EventreportMapper.php
index 4d2b55d..89c1124 100755
--- a/application/models/EventreportMapper.php
+++ b/application/models/EventreportMapper.php
@@ -161,7 +161,7 @@ class Application_Model_EventreportMapper
public function compare(Application_Model_Eventreport $v1,Application_Model_Eventreport $v2){
$vv1 = $v1->toArray();
$vv2 = $v2->toArray();
- return array_diff($vv1,$vv2);
+ return array_diff_assoc($vv1,$vv2);
}
public function getSuccessBarCount($poolID) {