diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index af0ebb186a8143da2a813ff574ca6d2781c0dfaa..ef40e7c1170cbe847637431a05fa09b4af4efb6c 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -802,7 +802,7 @@ Base: T3 & QFQ QFQ typically interacts with one database, the QFQ database. The database used by Typo3 is typically a separate one. Theoretically it might be the same (never tested), but it's strongly recommended to use a separated QFQ database to have - no problems on Typo3 updates and to have a clean separation between Typo3 and QFQ +no problems on Typo3 updates and to have a clean separation between Typo3 and QFQ QFQ: System & Data '''''''''''''''''' @@ -829,7 +829,7 @@ A `Form` will: * load the own definition from `DB_INDEX_QFQ` (table `Form` and `FormElement`), * loads and save data from/in `DB_INDEX_DATA` (config.qfq.in) / `dbIndex` (form.parameter.dbIndex), * retrieve extra information via `dbIndexExtra` - this is useful to offer information from a database and save them in a -different one. + different one. The simplest setup, QFQ system & data in the same database, needs no DB_INDEX_QFQ / DB_INDEX_DATA definition in `config.qfq.ini` or one or both of them set to '1' @@ -3445,7 +3445,7 @@ See also `downloadButton`_ to offer a download of an uploaded file. * In :ref:`Upload advanced mode` the `fileSize` and / or `mimeType` have to be updated with an explicit SQL statement:: - sqlAfter = {{UPDATE Data SET mimeType='{{mimeType:V}}', fileSize={{fileSize:V}} WHERE id={{id:R}} }} + sqlAfter = {{UPDATE Data SET mimeType='{{mimeType:V}}', fileSize={{fileSize:V}} WHERE id={{id:R}} }} * *fileReplace=always*: If `fileDestination` exist - replace it by the new one.