MDL-30972 Documentation : Renamed DB engine drivers to "@package core" but moodle_*.php are "@subpackage dml_driver", all other dml/*.php are "@subpackage dml".

This commit is contained in:
Aparup Banerjee
2012-02-09 10:01:42 +08:00
parent ae1e17c25b
commit a0eb2e97f9
24 changed files with 99 additions and 32 deletions
+6 -1
View File
@@ -20,7 +20,7 @@
* Native pgsql class representing moodle database interface.
*
* @package core
* @subpackage dml
* @subpackage dml_driver
* @copyright 2008 Petr Skoda (http://skodak.org)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -33,6 +33,11 @@ require_once($CFG->libdir.'/dml/pgsql_native_moodle_temptables.php');
/**
* Native pgsql class representing moodle database interface.
*
* @package core
* @subpackage dml_driver
* @copyright 2008 Petr Skoda (http://skodak.org)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class pgsql_native_moodle_database extends moodle_database {