Last modified: 2011-03-13 18:05:28 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11191, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9191 - fixed strings in double quotes
fixed strings in double quotes
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.9.x
PC Linux
: Lowest minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-06 17:42 UTC by Dan Jacobson
Modified: 2011-03-13 18:05 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Jacobson 2007-03-06 17:42:44 UTC
Very minor bug:
Looking at the LocalSettings.php produced, one notices a few
$bla="fixed strings in double quotes";
whereas you might as well use
$bla='fixed strings in single quotes';
and save a half a cycle.

E.g., $wgDiff3 = "/usr/bin/diff3";
Might as well write
$wgDiff3 = '/usr/bin/diff3';

Same throughout the other files.
Comment 1 Rob Church 2007-03-06 17:45:34 UTC
Changing quotes is pointless. Having to alter quote types when you're editing
LocalSettings.php and need to use string interpolation is inconvenient.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links