Reply to Message

View discussion in a popup

Replying to:
brugh
Enthusiast
Enthusiast

yeah *cough*, that bug's been in there for a while.

if you change line 31/32 in /var/www/eda/ajax.php from:

  •     $a1=current($this->ar);
  •     while (key($this->ar)!=$id) $a1=next($this->ar);

to

  •     while ( ($a1=next($this->ar)) && key($this->ar)!=$id ) { }

all should be well again.

Reply
0 Kudos