1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Bugtracker #4376 - notice removal

This commit is contained in:
e107steved
2008-04-01 19:58:41 +00:00
parent 0ab5df9d75
commit 476b985dd0
2 changed files with 10 additions and 10 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/user.php,v $
| $Revision: 1.5 $
| $Date: 2008-01-15 22:16:07 $
| $Revision: 1.6 $
| $Date: 2008-04-01 19:58:41 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -161,7 +161,7 @@ else
{
$userList = $sql->db_getList();
$text .= $tp->parseTemplate($USER_SHORT_TEMPLATE_START, TRUE, $user_shortcodes);
$text = $tp->parseTemplate($USER_SHORT_TEMPLATE_START, TRUE, $user_shortcodes);
foreach ($userList as $row)
{
$loop_uid = $row['user_id'];