[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kde-www/media/includes
From:       Jason Bainbridge <JaseOne () myrealbox ! com>
Date:       2003-02-01 9:56:28
[Download RAW message or body]

CVS commit by jaseone: 

s/writeable/writable/ was causing the application list to not be displayed


  M +4 -4      functions.inc   1.19


--- kde-www/media/includes/functions.inc  #1.18:1.19
@@ -114,7 +114,7 @@
   }
 
-  if (file_exists($cache_dir.$cache_file))
+  if ($writable && file_exists($cache_dir.$cache_file))
    include($cache_file);
-  else if ($writeable)
+  else if ($writable)
   echo "News from dot.kde.org is currently unavailable.";
 
@@ -208,7 +208,7 @@
   }
 
-  if ($writeable && file_exists($cache_dir.$cache_file))
+  if ($writable && file_exists($cache_dir.$cache_file))
    include($cache_file);
-  else if ($writeable)
+  else if ($writable)
     echo "New application list from apps.kde.com is currently not available.";
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic