ok im try to solve a little problem with SMF 2.0 the package manager lists a description for each package on their servers.
Here is a description
Adds a new "Show debug information" setting Server Settings that enables/disables SMF's query debugging features. When enabled, SMF displays debug information at the bottom of each page which includes the following information:<br /><br /> Template files that were loaded Sub-template files that were loaded Language files that were loaded Style sheets that were loaded Number of files included (and which ones) Cache hits (and what they were) Queries used (including full details)<br />This information is very useful for debugging purposes. It's the same thing as adding the $db_show_debug=true line to your Settings.php file except that you don't have to keep manually editing your Settings.php to turn this feature on and off.<br /><br />Configuration<br /><br />The new setting appears on your Server Settings page: Admin -> Configuration -> Server Settings. Check to enable or uncheck to disable, then hit "Save." It's just that simple! <br /><br />Version history<br /><br />Version 1.0 (Oct. 22, 2008) original release.<br /><br />Donations<br /><br /> If you like my modification packages, please donate to support their continued development. Any amount will be greatly appreciated. Thank you!
as you can see it contains several " and some '
is there anway i can escape the quotes?
or would Magic Quotes need to be turned on?