- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.