minor fix
This commit is contained in:
parent
467498182a
commit
a240c540d0
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.54 $
|
Version : $Revision: 1.55 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/BasicStor.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/BasicStor.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -53,7 +53,7 @@ require_once "Transport.php";
|
||||||
* Core of LiveSupport file storage module
|
* Core of LiveSupport file storage module
|
||||||
*
|
*
|
||||||
* @author $Author: tomas $
|
* @author $Author: tomas $
|
||||||
* @version $Revision: 1.54 $
|
* @version $Revision: 1.55 $
|
||||||
* @see Alib
|
* @see Alib
|
||||||
*/
|
*/
|
||||||
class BasicStor extends Alib{
|
class BasicStor extends Alib{
|
||||||
|
@ -121,7 +121,7 @@ class BasicStor extends Alib{
|
||||||
function bsPutFile($parid, $fileName, $mediaFileLP, $mdataFileLP,
|
function bsPutFile($parid, $fileName, $mediaFileLP, $mdataFileLP,
|
||||||
$gunid=NULL, $ftype='unKnown', $mdataLoc='file')
|
$gunid=NULL, $ftype='unKnown', $mdataLoc='file')
|
||||||
{
|
{
|
||||||
$name = "$fileName";
|
$name = addslashes("$fileName");
|
||||||
$id = $this->addObj($name , $ftype, $parid);
|
$id = $this->addObj($name , $ftype, $parid);
|
||||||
if($this->dbc->isError($id)) return $id;
|
if($this->dbc->isError($id)) return $id;
|
||||||
$ac =& StoredFile::insert(
|
$ac =& StoredFile::insert(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue