Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
16073727
Commit
16073727
authored
Dec 14, 2016
by
Carsten Rose
Browse files
AdminsitratorManual/Index.rst: add info to installation
Delete.php: fixed typo.
parent
7438ba04
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/AdministratorManual/Index.rst
View file @
16073727
...
...
@@ -38,7 +38,9 @@ Setup
* If you install the extension by manual download/upload and get an error message
"can't activate extension": rename the downloaded zip file to `qfq.zip`.
* Activate the Documentation_.
* If the Extensionmanager stops after importing: check your memory limit in php.ini.
* Enable the online Documentation_.
* Copy/rename the file *<ext_dir>/config.example.qfq.ini* to *typo3conf/config.qfq.ini* and configure the necessary values: `config.qfq.ini`_
* Play the SQL File *<ext_dir>/qfq/sql/formEditor.sql* to fill the database with the *FormEditor* records.
* Configure Typoscript to include Bootstrap, jQuery, QFQ javascript and CSS files.
...
...
extension/qfq/qfq/Delete.php
View file @
16073727
...
...
@@ -34,7 +34,7 @@ class Delete {
/**
* Deletes the record id=$recordId from table $form[F_TABLE_NAME].
* If the table
s
has a column named COLUMN_PATH_FILE_NAME and the value of that specific record column points
* If the table has a column named COLUMN_PATH_FILE_NAME and the value of that specific record column points
* to a file: delete such a file if their are no other records in the same table which also have a reference to that file.
*
* @param array $form
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment