1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 14:31:29 +00:00

add ttrss_users.full_name; bump schema

This commit is contained in:
Andrew Dolgov
2010-11-08 16:34:49 +03:00
parent ed28d0fd45
commit 73fe13afd4
8 changed files with 40 additions and 13 deletions

View File

@@ -1548,7 +1548,7 @@ function changeUserEmail() {
var query = Form.serialize("change_email_form");
notify_progress("Trying to change e-mail...");
notify_progress("Saving...");
new Ajax.Request("backend.php", {
parameters: query,