Subversion Repositories oidplus

Compare Revisions

No changes between revisions

Regard whitespace Rev 1430 → Rev 1431

/trunk/plugins/viathinksoft/adminPages/900_software_update/private/funcs.inc.php
113,7 → 113,8
$func_idx++;
$outscript .= "function writefile_".$func_idx."() {\n";
special_save_file($xpath_old, $path_new, $outscript, "\t@");
$outscript .= "\t@touch('$xpath_old',".filemtime($path_new).");\n";
// Commented out because both SVN and GIT choose the current timestamp and not the original file timestamp
//$outscript .= "\t@touch('$xpath_old',".filemtime($path_new).");\n";
$outscript .= "}\n";
 
$outscript .= "if (!is_file('$xpath_old')) {\n";
238,7 → 239,8
$func_idx++;
$outscript .= "function writefile_".$func_idx."() {\n";
special_save_file($xpath_new, $path_new, $outscript, "\t@");
$outscript .= "\t@touch('$xpath_new',".filemtime($path_new).");\n";
// Commented out because both SVN and GIT choose the current timestamp and not the original file timestamp
//$outscript .= "\t@touch('$xpath_new',".filemtime($path_new).");\n";
$outscript .= "}\n";
 
// Note: We will not warn if the file was created and is exactly the file we want
/trunk/plugins/viathinksoft/adminPages/902_systemfile_check/checksums.json
Cannot display: file marked as a binary type.
svn:mime-type = application/json