Author: ts
Date: Thu Jan  3 20:31:21 2008
New Revision: 7063

Log:
- Fixed NULL -> null.

Modified:
    trunk/Template/src/functions/functions.php

Modified: trunk/Template/src/functions/functions.php
==============================================================================
--- trunk/Template/src/functions/functions.php [iso-8859-1] (original)
+++ trunk/Template/src/functions/functions.php [iso-8859-1] Thu Jan  3 20:31:21 
2008
@@ -234,7 +234,7 @@
             {
                 if ( self::isSubstitution( $pIn ) )
                 {
-                    // Skip the optional parameter if the value is NULL.
+                    // Skip the optional parameter if the value is null.
                     if ( $parameterMap[$pIn] !== null )
                     {
                         $pOut[] = $parameterMap[ $pIn ];


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to