Add AuthorsSort in book export
This commit is contained in:
parent
fd44d03d9a
commit
7bb5144337
3 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@ class CalibreDbLoader
|
|||
$sql = 'insert into books(title, sort, uuid, path) values(:title, :sort, :uuid, :path)';
|
||||
$stmt = $this->mDb->prepare($sql);
|
||||
$stmt->bindParam(':title', $inBookInfo->mTitle);
|
||||
$stmt->bindParam(':sort', $inBookInfo->mTitleSort);
|
||||
$stmt->bindParam(':sort', $inBookInfo->mTitle);
|
||||
$stmt->bindParam(':uuid', $inBookInfo->mUuid);
|
||||
$stmt->bindParam(':path', $inBookInfo->mPath);
|
||||
$stmt->execute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue