Skip to content

Instantly share code, notes, and snippets.

@fitoria
Forked from anonymous/gist:78658
Created March 13, 2009 17:43
Show Gist options
  • Save fitoria/78660 to your computer and use it in GitHub Desktop.
Save fitoria/78660 to your computer and use it in GitHub Desktop.
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