From a76a1e1f3f5b641663ef3d00a752ec1cbd1d4ee9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 Apr 2005 16:34:36 +0000 Subject: - Patch 20910 by chx: centralize print theme page. --- modules/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 5a9150406..071f91aa9 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -97,7 +97,7 @@ function upload_admin() { $output .= form_group(t('Settings for %role', array('%role' => "$role")), $group); } - print theme('page', system_settings_form($output)); + return system_settings_form($output); } function upload_download() { -- cgit v1.2.3