removed duplicate note for database access

This commit is contained in:
Bernhard Posselt
2012-11-30 16:43:38 +01:00
parent bb7b1f7da6
commit 47ae573ce4

View File

@@ -359,8 +359,6 @@ Database Access
ownCloud uses a database abstraction layer on top of either MDB2 or PDO, depending on the availability of PDO on the server.
.. note:: The apptemplate_advance is still missing a recommended way and utils to do database queries.
Apps should always use prepared statements when accessing the database as seen in the following example:
.. code-block:: php