summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2010-04-30 09:26:18 +0000
committerLester Caine <lester@lsces.co.uk>2010-04-30 09:26:18 +0000
commitc2e8738664fba8d45cf55f244b29dc49ec286a01 (patch)
treef1f79d2d2e7436f6fc455998924653ee07960d41
parent0992f5d65f92beb33530715b559a57d12095fa46 (diff)
downloadliberty-c2e8738664fba8d45cf55f244b29dc49ec286a01.tar.gz
liberty-c2e8738664fba8d45cf55f244b29dc49ec286a01.tar.bz2
liberty-c2e8738664fba8d45cf55f244b29dc49ec286a01.zip
Check before commiting. Removed empty is_windows block
-rw-r--r--liberty_lib.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/liberty_lib.php b/liberty_lib.php
index 4171638..63bbb85 100644
--- a/liberty_lib.php
+++ b/liberty_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/liberty_lib.php,v 1.54 2010/04/30 08:04:01 lsces Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/liberty_lib.php,v 1.55 2010/04/30 09:26:18 lsces Exp $
* @package liberty
* @subpackage functions
*/
@@ -589,9 +589,6 @@ function liberty_process_generic( &$pFileHash, $pMoveFile = TRUE ) {
rename( $pFileHash['source_file'], $actualPath );
}
} else {
- if ( is_windows() ) {
-
- }
copy( $pFileHash['source_file'], $actualPath );
}
$ret = $destBase;