From d2bc1129dc1a2115be30538680a3da3e1ffd567f Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 4 Oct 2010 17:09:07 +0000 Subject: [PATCH] 2010-10-04 Sergio Martin * mobile/include/user.class.php: Fixed empty translated string git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/mobile/include/user.class.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4fab477c9e..b18b5c527d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-10-04 Sergio Martin + + * mobile/include/user.class.php: Fixed empty translated + string + 2010-10-04 Sergio Martin * include/javascript/pandora.js diff --git a/pandora_console/mobile/include/user.class.php b/pandora_console/mobile/include/user.class.php index 821bfc037a..7530fc2bad 100644 --- a/pandora_console/mobile/include/user.class.php +++ b/pandora_console/mobile/include/user.class.php @@ -86,7 +86,7 @@ class User { @@ -163,4 +163,4 @@ class User { return $this->user; } } -?> \ No newline at end of file +?>