summaryrefslogtreecommitdiff
path: root/modules/development.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-11 20:01:17 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-11 20:01:17 +0000
commite90f3b883b0655ccba009f2fbef982696341a1a2 (patch)
tree0afa31bda8e395e9addfadae4eb62067392abe20 /modules/development.module
parent3d3a60740a63e8c803d0905b2727bb202e6de370 (diff)
downloadbrdo-e90f3b883b0655ccba009f2fbef982696341a1a2.tar.gz
brdo-e90f3b883b0655ccba009f2fbef982696341a1a2.tar.bz2
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.
Diffstat (limited to 'modules/development.module')
-rw-r--r--modules/development.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/development.module b/modules/development.module
index c93b9e9ce..653c521a8 100644
--- a/modules/development.module
+++ b/modules/development.module
@@ -14,7 +14,7 @@ function development_system($field) {
return $system[$field];
}
-function development_conf_options() {
+function development_settings() {
$output = form_select(t("Display query log"), "dev_query", variable_get("dev_query", 0), array(t("Disabled"), t("Enabled")), t("Display a log of the database queries needed to generate the current page, and the execution time for each."));
return $output;
}