PEAK XOOPS - PHP5 Fix! in englishin japanese

PHP5 Fix!

List posts in the topic

question PHP5 Fix!

msg# 1.1.3.1.1
depth:
4
Previous post - Next post | Parent - Children.1 .2 | Posted on 2005/1/27 12:59
DMarvelus  二等兵   Posts: 5
In headlinerenderer.php

var $_tpl declared twice. erase one.

Also, please search for get_class in headline.php

replace
get_class($headline)
with
strtolower(get_class($headline))

In PHP5, get_class returns the correct case. In PHP4, it returns lowercase.

This fixes the error with putting it in the DB.

please fix this in the code on the download page.
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!