changeset 820:e213dca6354d

Add filename as ref variable argument to stSetFileEntryFilename().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Nov 2014 22:31:47 +0200
parents a431fc8a2b9a
children f27dccdde8ef
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Mon Nov 24 22:31:14 2014 +0200
+++ b/msite.inc.php	Mon Nov 24 22:31:47 2014 +0200
@@ -1059,7 +1059,7 @@
 }
 
 
-function stSetFileEntryFilename($fileID, $type, $entry, $fext, $ftype)
+function stSetFileEntryFilename($fileID, $type, $entry, $fext, $ftype, &$fname)
 {
   switch ($type)
   {