librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1304] groups can diaf


From: Matt Lee
Subject: [Librefm-commits] [1304] groups can diaf
Date: Fri, 08 May 2009 00:57:20 +0000

Revision: 1304
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1304
Author:   mattl
Date:     2009-05-08 00:57:20 +0000 (Fri, 08 May 2009)
Log Message:
-----------
groups can diaf

Modified Paths:
--------------
    trunk/nixtape/templating.php

Modified: trunk/nixtape/templating.php
===================================================================
--- trunk/nixtape/templating.php        2009-05-08 00:56:55 UTC (rev 1303)
+++ trunk/nixtape/templating.php        2009-05-08 00:57:20 UTC (rev 1304)
@@ -43,11 +43,11 @@
        $smarty->assign('this_user', $this_user);
 }
 
-$random_group = Group::random();
+/* $random_group = Group::random();
 if ($random_group!==false && !PEAR::isError($random_group))
 {
-       $smarty->assign('random_group', $random_group);
-}
+       $smarty-assign('random_group', $random_group);
+       } */
 
 header("Content-Type: text/html; charset=utf-8");
 





reply via email to

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