powie.de Tech Forum

pSys => Bugs behoben => Thema gestartet von: xynod am 06. Januar 2005, 22:44:06

Titel: Fixed: [PPoll 2.06] Timed Symbol erscheint nur wenn \"bistime\" und \"bisv..
Beitrag von: xynod am 06. Januar 2005, 22:44:06
Das Uhren-Symbol soll doch bei Polls auftauchen, die irgendeine Beschränkung haben (egal ob Zeit oder Stimmen)!?
admin.php -> Zeile 67:
aus:
if ($poll[bistime]!=0 and $poll[bisvotes]!=0 and $poll[status]==\'view\') {

 
mach:
if (($poll[bistime]!=0 or $poll[bisvotes]!=0) and $poll[status]==\'view\') {