[svn r12916] Change the constant PCLZIP_TEMPORARY_DIR

skala
Julian Prud'homme 18 years ago
parent 4c599de22b
commit 16c1426e0b
  1. 4
      main/inc/lib/pclzip/pclzip.lib.php

@ -22,7 +22,7 @@
// The use of this software is at the risk of the user.
//
// --------------------------------------------------------------------------------
// $Id: pclzip.lib.php 12768 2007-07-24 08:12:03Z elixir_julian $
// $Id: pclzip.lib.php 12916 2007-09-03 09:13:37Z elixir_julian $
// --------------------------------------------------------------------------------
// ----- Constants
@ -56,7 +56,7 @@
// Samples :
// define( 'PCLZIP_TEMPORARY_DIR', '/temp/' );
// define( 'PCLZIP_TEMPORARY_DIR', 'C:/Temp/' );
define( 'PCLZIP_TEMPORARY_DIR', $sys_course_path.$_course['path']."/temp/");
define( 'PCLZIP_TEMPORARY_DIR', api_get_path(SYS_COURSE_PATH).$_course['path']."/temp/");
// --------------------------------------------------------------------------------
// ***** UNDER THIS LINE NOTHING NEEDS TO BE MODIFIED *****

Loading…
Cancel
Save