Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2006 at 08:29 UTC
Updated:
8 Apr 2011 at 12:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
RobRoy commentedWe'll also need to keep in mind the proper writing of entities to the $db_url in settings.php since any backslashes (or single quotes for the sake of example, but I don't think these would/should ever be used) actually DO need to be escaped in that string.
Comment #2
RobRoy commentedchx to the rescue.
Fixed a couple nearby comment punctuation.
Comment #3
drummI the fix_gpc_magic() call should go closer to where this is actually needed, rather than including more code on bootstrap and defeating the purpose of bootstrap (including only what code is needed).
Comment #4
RobRoy commentedOkay, someone will have to let me know where that is. I thought the config was only used for the install process, but I guess I was wrong. Where to then, on top of the install.inc? I'm no install expert so let me know. :)
Comment #5
artsiavi commentedComment #6
damien tournoud commented