
Simetrical+wikilist at gmail
Jul 23, 2008, 5:41 PM
Post #1 of 2
(160 views)
Permalink
|
|
Re: [MediaWiki-CVS] SVN: [37980] branches/visual_diff/phase3/includes/Diff.php
|
|
On Wed, Jul 23, 2008 at 6:41 PM, <guyvdb [at] svn> wrote: > - ////echo "<br>$delta, $p"; > + //////echo "<br>$delta, $p"; > - ////echo "<br>$x_start-$x_end , $y_start-$y_end"; > + //////echo "<br>$x_start-$x_end , $y_start-$y_end"; > - ////echo "-pass"; > + //////echo "-pass"; > [tons more in this vein] If your goal here is debugging, I would suggest that you use wfDebug() instead of trying to search-and-replace commented-out echoes constantly (I'm assuming that's what you're doing). Especially if you're going to accidentally change the number of slashes in dozens of lines of comments and make the diffs unreadable. _______________________________________________ Wikitech-l mailing list Wikitech-l [at] lists https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|