diff --git a/cronjob/klein_Turnier2.php b/cronjob/klein_Turnier2.php index 2159a90..fd0da3e 100644 --- a/cronjob/klein_Turnier2.php +++ b/cronjob/klein_Turnier2.php @@ -22,10 +22,14 @@ $rang1 = getChar($results[0][0]); // insertIntoHallOfFame($title, $charid, $userid); insertIntoHallOfFame('Anfängerturnier', $rang1['id'], $rang1['besitzer']); + +/* FIXME: Before we can do this we have to resolve the include chaos!! if(getHallOfFameEntryCount('Anfängerturnier', $rang1['id']) >= 2) { // remove all chars that are registered mysql_query('DELETE FROM turnier1 WHERE art = \'klein\' AND besitzer = '.$rang1['besitzer']); } +*/ + // Now distribute the shop points ;)