on Drupal-6 version (not sure which one):

$ diff page.tpl.php page.tpl.php.orig
64c64
< if (isset($content_bottom)): print $content_bottom; endif;
---
> if ($content_bottom): print $content_bottom; endif;

Comments

Anonymous’s picture

. sorry ... what is this suppose to mean ? what is the bug ?

toddgee’s picture

the bug is that if you don't have error reporting supressed, not using isset causes a PHP warning. This is a minor fix for that issue. not a biggie.

Anonymous’s picture

Assigned: Unassigned »
Priority: Minor » Normal

Ah ok, will commit on next release

Anonymous’s picture

Status: Active » Fixed

Commited to DEV

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.