projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509df55
)
fix session connection (field names had changed)
author
Pascal Corpet
<pascal.corpet@m4x.org>
Fri, 13 Jun 2008 20:45:40 +0000
(22:45 +0200)
committer
Pascal Corpet
<pascal.corpet@m4x.org>
Fri, 13 Jun 2008 20:45:40 +0000
(22:45 +0200)
include/xorg/session.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/xorg/session.inc.php
b/include/xorg/session.inc.php
index
75b69a2
..
64020ed
100644
(file)
--- a/
include/xorg/session.inc.php
+++ b/
include/xorg/session.inc.php
@@
-245,7
+245,7
@@
function start_connexion ($uid, $identified)
q.core_mail_fmt AS mail_fmt, UNIX_TIMESTAMP(q.banana_last) AS banana_last, q.watch_last, q.core_rss_hash,
FIND_IN_SET('watch', u.flags) AS watch_account, q.last_version,
nd.display AS display_name, nd.yourself AS yourself_name,
- nd.first
_name AS prenom, nd.last_
name AS nom
+ nd.first
name AS prenom, nd.last
name AS nom
FROM auth_user_md5 AS u
INNER JOIN auth_user_quick AS q USING(user_id)
INNER JOIN aliases AS a ON (u.user_id = a.id AND a.type='a_vie')