alle 3 rallys fehlerhaft:
Klickrally:
	PHP-Code:
	
buchungsliste ($buchungs_id,'konto',$buchungssumme,'Klickralley (Platz '.$rp.')',$pa['uid']); 
 umändern zu:
	PHP-Code:
	
buchungsliste ($buchungs_id,'+',$buchungssumme,'Klickralley (Platz '.$rp.')',$pa['uid']); 
 Aktivrally:
	PHP-Code:
	
buchungsliste ($buchungs_id,'konto',$buchungssumme,'Aktivralley (Platz '.$rp.')',$pa['uid']); 
 umändern zu:
	PHP-Code:
	
buchungsliste ($buchungs_id,'+',$buchungssumme,'Aktivralley (Platz '.$rp.')',$pa['uid']); 
 Refrally:
	PHP-Code:
	
buchungsliste ($buchungs_id,'konto',$ralleydaten['p'.$rpy],'Refralley (Platz '.$rpy.')',$users[$rpy]); 
 umändern zu:
	PHP-Code:
	
buchungsliste ($buchungs_id,'+'.$ralleydaten['p'.$rpy],'Refralley (Platz '.$rpy.')',$users[$rpy]);