mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +01:00
"fixed error introduced with postgres fix from this morning, sorry ;-)
"
This commit is contained in:
parent
303699d341
commit
abc26d61ee
@ -187,8 +187,8 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// new file --> create it in the DB
|
// new file --> create it in the DB
|
||||||
$stmt = self::$pdo->prepare($query='INSERT INTO '.self::TABLE.' (fs_name,fs_dir,fs_mode,fs_uid,fs_gid,fs_created,fs_modified,fs_creator,fs_mime'.
|
$stmt = self::$pdo->prepare($query='INSERT INTO '.self::TABLE.' (fs_name,fs_dir,fs_mode,fs_uid,fs_gid,fs_created,fs_modified,fs_creator,fs_mime,fs_size'.
|
||||||
') VALUES (:fs_name,:fs_dir,:fs_mode,:fs_uid,:fs_gid,:fs_created,:fs_modified,:fs_creator,:fs_mime)');
|
') VALUES (:fs_name,:fs_dir,:fs_mode,:fs_uid,:fs_gid,:fs_created,:fs_modified,:fs_creator,:fs_mime,:fs_size)');
|
||||||
$values = array(
|
$values = array(
|
||||||
'fs_name' => basename($path),
|
'fs_name' => basename($path),
|
||||||
'fs_dir' => $dir_stat['ino'],
|
'fs_dir' => $dir_stat['ino'],
|
||||||
|
Loading…
Reference in New Issue
Block a user