Commit:    2128756a41f2a0ed8e6552672f00bd692d867dc4
Author:    Ferenc Kovacs <[email protected]>         Mon, 28 Jan 2013 19:24:29 
+0100
Parents:   1dc1c127be5162e0dc0551024198d770729cb970
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=2128756a41f2a0ed8e6552672f00bd692d867dc4

Log:
that was stupid

Changed paths:
  M  manage/users.php


Diff:
diff --git a/manage/users.php b/manage/users.php
index 31e3cdb..23ddd65 100644
--- a/manage/users.php
+++ b/manage/users.php
@@ -132,7 +132,7 @@ of existing PHP developers through patches, and have 
demonstrated
 the ability to work with others.
 ";
       mail($userinfo['email'],"VCS Account Request: 
$userinfo[username]",$message,"From: PHP Group <[email protected]>", 
"[email protected]");
-      mail($mailto . ($cc ? ",$cc" : ""),"Re: VCS Account Request: 
$userinfo[username]",$userinfo['cvsaccess'] ? "VCS Account Deleted: 
$userinfo[username] deleted by $user /o\" : "VCS Account Rejected: 
$userinfo[username] rejected by $user /o\","From: PHP Group 
<[email protected]>\nIn-Reply-To: <[email protected]>", 
"[email protected]");
+      mail($mailto . ($cc ? ",$cc" : ""),"Re: VCS Account Request: 
$userinfo[username]",$userinfo['cvsaccess'] ? "VCS Account Deleted: 
$userinfo[username] deleted by $user /o\\" : "VCS Account Rejected: 
$userinfo[username] rejected by $user /o\\","From: PHP Group 
<[email protected]>\nIn-Reply-To: <[email protected]>", 
"[email protected]");
       db_query("DELETE FROM users_note WHERE userid=$id");
       db_query("DELETE FROM users_profile WHERE userid=$id");
       if (!$noclose) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to