Changeset 9969 for trunk/inc/match.inc.php
- Timestamp:
- 04/06/09 03:52:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/match.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/match.inc.php
r8641 r9969 131 131 $headers = "MIME-Version: 1.0\r\n" . "Content-type: text/html; charset=UTF-8\r\n" . $headers; 132 132 133 $sql = "INSERT INTO ` NotifyQueue` SET `Email` = {$aAnyProf['ID']}, Msg = 0, `From` = 'ProfilesMsgText', Creation = NOW(), MsgText = '$message', MsgSubj = '$subject'";133 $sql = "INSERT INTO `sys_mail_queue` SET `Email` = {$aAnyProf['ID']}, Msg = 0, `From` = 'ProfilesMsgText', Creation = NOW(), MsgText = '$message', MsgSubj = '$subject'"; 134 134 $res = db_res($sql); 135 135 return true;
Note: See TracChangeset
for help on using the changeset viewer.