From 02539ac3f830101345cf5c715b0001aa1eb5a9c0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 18 Dec 2007 10:31:42 +0000 Subject: - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces). --- modules/php/php.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/php') diff --git a/modules/php/php.module b/modules/php/php.module index 121db0823..cfd0926ff 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -16,7 +16,7 @@ function php_help($path, $arg) { $output = '

'. t('The PHP filter adds the ability to include PHP code in posts. PHP is a general-purpose scripting language widely-used for web development; the content management system used by this website has been developed using PHP.') .'

'; $output .= '

'. t('Through the PHP filter, users with the proper permission may include custom PHP code within a page of the site. While this is a powerful and flexible feature if used by a trusted user with PHP experience, it is a significant and dangerous security risk in the hands of a malicious user. Even a trusted user may accidentally compromise the site by entering malformed or incorrect PHP code. Only the most trusted users should be granted permission to use the PHP filter, and all PHP code added through the PHP filter should be carefully examined before use.') .'

'; $output .= '

'. t('Drupal.org offers some example PHP snippets, or you can create your own with some PHP experience and knowledge of the Drupal system.', array('@drupal' => url('http://drupal.org'), '@php-snippets' => url('http://drupal.org/handbook/customization/php-snippets'))) .'

'; - $output .= '

'. t('For more information, see the online handbook entry for PHP module.', array('@php' => 'http://drupal.org/handbook/modules/php/')) .'

'; + $output .= '

'. t('For more information, see the online handbook entry for PHP module.', array('@php' => 'http://drupal.org/handbook/modules/php/')) .'

'; return $output; } } -- cgit v1.2.3