|
From: <gem...@li...> - 2011-10-12 08:26:55
|
Revision: 93
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=93&view=rev
Author: mennodekker
Date: 2011-10-12 08:26:48 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Removed obsolete hook, use track-events now
Modified Paths:
--------------
trunk/library/classes/GemsEscort.php
Modified: trunk/library/classes/GemsEscort.php
===================================================================
--- trunk/library/classes/GemsEscort.php 2011-10-12 07:55:30 UTC (rev 92)
+++ trunk/library/classes/GemsEscort.php 2011-10-12 08:26:48 UTC (rev 93)
@@ -925,17 +925,6 @@
}
/**
- * Hook to do project specific handling after a round was completed
- *
- * The tokendata array will be passed and the values to be saved, including a possible calculated
- * result. We can calculate results here, and maybe add extra surveys or present a warning screen.
- *
- * @param array $tokenData
- * @param array $values
- */
- public function afterRoundCompleted($tokenData, $values) {}
-
- /**
* Hook 2: Called in $this->run().
*
* This->init() has ran and the constructor has finisched so all _init{name} and application.ini
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|