
Simetrical+wikilist at gmail
May 14, 2008, 5:46 PM
Post #2 of 4
(96 views)
Permalink
|
|
Re: [MediaWiki-CVS] SVN: [34826] trunk/phase3/includes
[In reply to]
|
|
On Wed, May 14, 2008 at 8:42 PM, Greg Sabino Mullane <greg[at]endpoint.com> wrote: > >> * Move $var ? true : false check to boolval function > ... >> + >> +function boolval( $val ) { >> + return $val ? true : false; >> +} > > What's the point of this function? Should we start creating things like > function equalto( $val1, $val2 ) as well? :) Whoa, I didn't see that. WTF? _______________________________________________ Wikitech-l mailing list Wikitech-l[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|