Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]joytopia[/eluser]
It's not an issue, only a little mistake in the comment:

library:
Code:
/**
* update_user
*
* @return void
* @author Phil Sturgeon
**/
public function delete_user($id)

should be

Code:
/**
* delete_user
*
* @return void
* @author Phil Sturgeon
**/
public function delete_user($id)


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-02-2010, 11:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB