[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail:[13792]
From:       pdontthink () users ! sourceforge ! net
Date:       2009-07-28 22:50:12
Message-ID: E1MVvUq-00071v-Bk () 3kljzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 13792
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13792&view=rev
Author:   pdontthink
Date:     2009-07-28 22:50:12 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
Port Thijs fix (rev.13790) to DEVEL: no words must be an empty array, not a string, \
to prevent notices when later array operations are done on $words.

Modified Paths:
--------------
    trunk/squirrelmail/functions/strings.php

Modified: trunk/squirrelmail/functions/strings.php
===================================================================
--- trunk/squirrelmail/functions/strings.php	2009-07-28 12:56:21 UTC (rev 13791)
+++ trunk/squirrelmail/functions/strings.php	2009-07-28 22:50:12 UTC (rev 13792)
@@ -354,7 +354,7 @@
     if (isset($regs[2])) {
         $words = explode(' ', $regs[2]);
     } else {
-        $words = '';
+        $words = array();
     }
 
     $i = 0;


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic