librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1081] s/listGroups/groupList/g


From: Toby Inkster
Subject: [Librefm-commits] [1081] s/listGroups/groupList/g
Date: Thu, 30 Apr 2009 21:36:23 +0000

Revision: 1081
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1081
Author:   tobyink
Date:     2009-04-30 21:36:23 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
s/listGroups/groupList/g

Modified Paths:
--------------
    trunk/nixtape/user-groups.php

Modified: trunk/nixtape/user-groups.php
===================================================================
--- trunk/nixtape/user-groups.php       2009-04-30 21:31:53 UTC (rev 1080)
+++ trunk/nixtape/user-groups.php       2009-04-30 21:36:23 UTC (rev 1081)
@@ -49,7 +49,7 @@
        $smarty->assign('me', $user);
        $smarty->assign('profile', true);
        
-       $smarty->assign('groups', Group::listGroups($user));
+       $smarty->assign('groups', Group::groupList($user));
 
        $smarty->assign('extra_head_links', array(
                        array(
@@ -67,7 +67,7 @@
                ));
                
        header('Content-Type: text/plain');
-       print_r(Group::listGroups($user));
+       print_r(Group::groupList($user));
        exit;
        
        $smarty->display('user-groups.tpl');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]