Author: glen                         Date: Wed Mar  8 16:41:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cache dir

---- Files affected:
SOURCES:
   phorum-paths.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/phorum-paths.patch
diff -u SOURCES/phorum-paths.patch:1.3 SOURCES/phorum-paths.patch:1.4
--- SOURCES/phorum-paths.patch:1.3      Wed Mar  8 17:31:11 2006
+++ SOURCES/phorum-paths.patch  Wed Mar  8 17:41:17 2006
@@ -207,3 +207,14 @@
  include_once("./common.php");
  
  if(!phorum_check_read_common()) {
+--- phorum/include/db/mysql.php~       2006-03-08 18:28:30.000000000 +0200
++++ phorum/include/db/mysql.php        2006-03-08 18:34:26.576921327 +0200
+@@ -3045,7 +3045,7 @@
+ 
+     if(empty($err)){
+ 
+-        $tmp_dir = (substr(__FILE__, 0, 1)=="/") ? "/tmp" : 
"C:\\Windows\\Temp";
++        $tmp_dir = '/var/cache/phorum';
+ 
+         // set initial settings
+         $settings=array(
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/phorum-paths.patch?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to