Project: Drupal Version: cvs Component: base system Category: bug reports Priority: minor Assigned to: Anonymous Reported by: tangent Updated by: stefan nagtegaal Status: patch I made such a patch before and didn't got committed because we use Doxygen comment style now in core.. Please - if your time permits - make a new patch which adds the Doxygen comments in a proper way... stefan nagtegaal Previous comments: ------------------------------------------------------------------------ February 13, 2005 - 23:33 : tangent Attachment: http://drupal.org/files/issues/settings.patch (4.54 KB) For whatever reason the /sites/default/settings.php file uses comment and string conventions that differ from the rest of Drupal. Comments use # instead of c-style comments and all strings use double quotes unnecessarily. This patch updates settings.php to conform to the recommended style conventions. -- View: http://drupal.org/node/17288 Edit: http://drupal.org/project/comments/add/17288