From b8401d44036d0fbf336ba29ec2f17c82df5ea580 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 23 Jan 2014 08:48:16 -0600 Subject: fix bad url --- user_guide_src/source/general/styleguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source/general/styleguide.rst') diff --git a/user_guide_src/source/general/styleguide.rst b/user_guide_src/source/general/styleguide.rst index 5613eabec..000d04e1c 100644 --- a/user_guide_src/source/general/styleguide.rst +++ b/user_guide_src/source/general/styleguide.rst @@ -565,7 +565,7 @@ the ability to change this in the php.ini, you can often enable it with:: ini_set('display_errors', 1); .. note:: Setting the `display_errors - `_ + `_ setting with ``ini_set()`` at runtime is not identical to having it enabled in the PHP environment. Namely, it will not have any effect if the script has fatal errors. -- cgit v1.2.3-24-g4f1b