mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Log
This commit is contained in:
parent
826f3063e2
commit
dbb9ae1667
|
|
@ -1024,9 +1024,9 @@ if ($fh) {
|
|||
|
||||
fclose($fh);
|
||||
|
||||
print 'Generation of RSS output file '.$outputfilerss.' done.'."\n";
|
||||
print 'Generation of RSS output file '.$outputdir.'/'.$outputfilerss.' done.'."\n";
|
||||
} else {
|
||||
print 'Failed to generate the RSS file '.$outputfilerss."\n";
|
||||
print 'Failed to generate the RSS file '.$outputdir.'/'.$outputfilerss."\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1114,9 +1114,9 @@ if ($fh) {
|
|||
fwrite($fh, $html);
|
||||
fclose($fh);
|
||||
|
||||
print 'Generation of output file '.$outputfile.' done.'."\n";
|
||||
print 'Generation of output file '.$outputpath.' done.'."\n";
|
||||
} else {
|
||||
print 'Failed to open '.$outputfile.' for output.'."\n";
|
||||
print 'Failed to open '.$outputpath.' for output.'."\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user