UBB.Dev
Posted By: SitStay Some 5.4.3 bugs... - 08/05/2001 10:17 PM
Here is a list of some possible bugs in 5.4.3. Correct me if I'm wrong Scream.

Line 19 of admin/template.php:
[Status] should be [U_Status]

Line 149-150 of approvepost.php:
U_U_Language should be U_Language

Line 205 & 208 of categories.php:
[Status] should be [U_Status]

Line 181-187 of editpost.php:
12 => is duplicated so references are wrong.

Line 565 of main.inc.php:
WIDTH="$width" should be WIDTH="$theme[tablewidth]"

Posted By: Dr_Manhattan er... - 08/10/2001 5:45 AM
So, are these right or not?
Posted By: Dr_Manhattan actually... - 08/23/2001 5:39 PM
I think main.inc.php is okay as is in the instance you refer to (doesn't need to be changed), since $width is already defined as:

$width = $theme[tablewidth];

...just a few lines above that.
© UBB.Developers