summaryrefslogtreecommitdiffstats
path: root/application/models/EventMapper.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-10 14:58:46 +0200
committerBjörn Geiger2011-10-10 14:58:46 +0200
commit46abe211524fabffc32cfda06484c1b502146d11 (patch)
tree1301c187577664b1e90092d7ec406dc9440fec85 /application/models/EventMapper.php
parentEdit Event geändert, noch nicht vollständig (diff)
parentbugfix (diff)
downloadpoolctrl-46abe211524fabffc32cfda06484c1b502146d11.tar.gz
poolctrl-46abe211524fabffc32cfda06484c1b502146d11.tar.xz
poolctrl-46abe211524fabffc32cfda06484c1b502146d11.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl
Diffstat (limited to 'application/models/EventMapper.php')
-rwxr-xr-xapplication/models/EventMapper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/EventMapper.php b/application/models/EventMapper.php
index 092ab63..b99ece4 100755
--- a/application/models/EventMapper.php
+++ b/application/models/EventMapper.php
@@ -412,6 +412,7 @@ class Application_Model_EventMapper
return $return;
}
+ // Fetch all events with same title as dragged one (fetch repeats)
public function getDraggingEvents($eventID) {
$db = Zend_Db_Table::getDefaultAdapter();
@@ -423,6 +424,7 @@ class Application_Model_EventMapper
}
+ // Fetch all notDragging events
public function getNotDraggingEvents($eventID) {
$db = Zend_Db_Table::getDefaultAdapter();
@@ -434,6 +436,4 @@ class Application_Model_EventMapper
}
- //$others[] = SELECT * FROM events WHERE id NOT IN (implode(',', $events_ids))
-
} \ No newline at end of file