mirror of
https://github.com/php/web-pres2.git
synced 2026-03-23 23:12:07 +01:00
get rid of each()
This commit is contained in:
@@ -88,7 +88,7 @@ HEADER;
|
||||
if($this->slideNum) echo '<link rel="prev" href="'.$pres_url.'/'.$this->prevSlideNum."\">\n";
|
||||
if($this->nextSlideNum) echo '<link rel="next" href="'.$pres_url.'/'.$this->nextSlideNum."\">\n";
|
||||
echo '</head>';
|
||||
while(list($this->coid,$obj) = each($this->objs)) {
|
||||
foreach($this->objs as $obj) {
|
||||
$obj->display();
|
||||
}
|
||||
echo <<<FOOTER
|
||||
|
||||
Reference in New Issue
Block a user