projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4452750
)
Removes useless assignement, yourself was already fetched in the above query.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 18 Jul 2010 14:36:33 +0000
(16:36 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 18 Jul 2010 14:36:33 +0000
(16:36 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile/general.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile/general.inc.php
b/modules/profile/general.inc.php
index
c89c11c
..
55782e1
100644
(file)
--- a/
modules/profile/general.inc.php
+++ b/
modules/profile/general.inc.php
@@
-558,9
+558,6
@@
class ProfileSettingGeneral extends ProfilePage
LEFT JOIN profile_phones AS pp ON (pp.pid = p.pid AND link_type = 'user')
WHERE p.pid = {?}", $this->pid());
$this->values = $res->fetchOneAssoc();
- if ($this->owner) {
- $this->values['yourself'] = $this->owner->displayName();
- }
// Retreive photo informations
$res = XDB::query("SELECT pub