Differences From Artifact [8d51b660f7]:
- File src/user.c — part of check-in [ed20da7499] at 2013-08-12 06:43:56 on branch ssh-test-http — Simplify command line interaction: remove settings from global and provide one less command line option. Altering settings in open fossils can be done with sync -l or cleared with remote-url if necessary. (user: andybradford size: 15044)
To Artifact [e717d6881b]:
- File src/user.c — part of check-in [ef8b9da03f] at 2013-08-30 14:07:18 on branch ssh-test-http — Merge in latest features and fixes from trunk. (user: andybradford size: 15044) [more...]
| ︙ | |||
326 327 328 329 330 331 332 | 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 | - + |
db_multi_exec(
"UPDATE user SET cap=%Q, mtime=now() WHERE uid=%d",
g.argv[4], uid
);
}
fossil_print("%s\n", db_text(0, "SELECT cap FROM user WHERE uid=%d", uid));
}else{
|
| ︙ |