Welcome Guest, Not a member yet? Register   Sign In
_remap() acting up
#4

[eluser]Samuurai[/eluser]
That worked an absolute treat! I had to change
Code:
if ( isset( $this->uri->segment(3) ) )
to
Code:
if ( $this->uri->segment(3) )
Because it said I couldn't use return method in write context.

Thanks a lot both of you.


Messages In This Thread
_remap() acting up - by El Forum - 04-28-2010, 10:30 AM
_remap() acting up - by El Forum - 04-28-2010, 06:03 PM
_remap() acting up - by El Forum - 04-28-2010, 06:51 PM
_remap() acting up - by El Forum - 04-29-2010, 03:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB