gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/common/include utils.php,1.39,1.40


From: tom
Subject: [Gforge-commits] gforge/common/include utils.php,1.39,1.40
Date: Mon, 20 Dec 2004 15:12:33 -0600

Update of /cvsroot/gforge/gforge/common/include
In directory db.perdue.net:/tmp/cvs-serv26455/common/include

Modified Files:
        utils.php 
Log Message:
Fixed minor mispelings

Index: utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/utils.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- utils.php   29 Nov 2004 13:54:00 -0000      1.39
+++ utils.php   20 Dec 2004 21:12:31 -0000      1.40
@@ -25,8 +25,8 @@
 
 
 /**
- * removeCRLF() - remove any Cariage Return-Line Feed from a string. 
- * That function is usefull to remove the possibility of a CRLF Injection when 
sending mail
+ * removeCRLF() - remove any Carriage Return-Line Feed from a string. 
+ * That function is useful to remove the possibility of a CRLF Injection when 
sending mail
  * All the data that we will send should be passed through that function
  *
  * @param         string  The string that we want to empty from any CRLF 
@@ -94,6 +94,7 @@
        if (!$from) {
                $from='noreply@'.$GLOBALS['sys_default_domain'];
        }
+       
 
        $charset = $Language->getText('conf','mail_charset');
        if (!$charset) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]