View Single Post
08-24-2007, 10:18 PM
#14
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Originally Posted by Village Idiot View Post
This is because you arent calling the variables correctly, its $this->variable, not $this->_variable

edit:
Plus the if statement will never be executed because
PHP Code:
        return $return_val
is not in a conditional statement, therefore no code below it will run.
Thanks Village.