librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1785] fixed boolean


From: Matt Lee
Subject: [Librefm-commits] [1785] fixed boolean
Date: Sun, 24 May 2009 16:17:24 +0000

Revision: 1785
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1785
Author:   mattl
Date:     2009-05-24 16:17:23 +0000 (Sun, 24 May 2009)
Log Message:
-----------
fixed boolean

Modified Paths:
--------------
    trunk/gnukebox/index.php

Modified: trunk/gnukebox/index.php
===================================================================
--- trunk/gnukebox/index.php    2009-05-24 16:16:57 UTC (rev 1784)
+++ trunk/gnukebox/index.php    2009-05-24 16:17:23 UTC (rev 1785)
@@ -24,7 +24,7 @@
 
 // Display things?
 
-$display-things == True;
+$display-things == 1;
 
 if (!isset($config_version) || $config_version != $version) {
        die("Configuration file is out of date. Please delete it (and 
associated database) and <a href='install.php'>reinstall</a>."); //TODO: 
Upgrade script for release versions





reply via email to

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