Created
March 13, 2009 17:42
-
-
Save anonymous/78658 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81c81 | |
< if (this.logueado == true) | |
--- | |
> /*if (this.logueado == true) | |
83c83 | |
< query = "update usuarios set password = '@password', " + | |
--- | |
> query = "update usuarios set password = '@password', " + | |
88c88 | |
< { | |
--- | |
> {*/ | |
91c91 | |
< "null, @username, @password, @fecha_registro, @ultma_sesion);"; | |
--- | |
> "null, @username, @password, @fecha_creacion, @ultima_sesion);"; | |
93c93 | |
< } | |
--- | |
> //} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment