librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1673] oops


From: Clint Adams
Subject: [Librefm-commits] [1673] oops
Date: Sat, 16 May 2009 19:32:23 +0000

Revision: 1673
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1673
Author:   clint
Date:     2009-05-16 19:32:22 +0000 (Sat, 16 May 2009)
Log Message:
-----------
oops

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

Modified: trunk/nixtape/user-edit.php
===================================================================
--- trunk/nixtape/user-edit.php 2009-05-16 19:29:19 UTC (rev 1672)
+++ trunk/nixtape/user-edit.php 2009-05-16 19:32:22 UTC (rev 1673)
@@ -156,7 +156,7 @@
                $smarty->assign('avatar_uri',   $_POST['avatar_uri']);
                $smarty->assign('laconica_profile', $_POST['laconica_profile']);
                $smarty->assign('journal_rss',  $_POST['journal_rss']);
-               $smarty->assign('anticommercial',  $_POST['anticommercial']);
+               $smarty->assign('anticommercial',  $_POST['anticommercial'] == 
"on" ? 1 : 0);
        }
        else
        {





reply via email to

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