Changeset 9395 for extensions/LCAS/trunk
- Timestamp:
- Feb 27, 2011, 4:29:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LCAS/trunk/include/functions.inc.php
r9389 r9395 128 128 } 129 129 130 /* Get user's email address */ 131 $query =' 132 SELECT mail_address 133 FROM '.USERS_TABLE.' 134 WHERE id = '.$id.' 135 ;'; 136 $data = pwg_db_fetch_assoc(pwg_query($query)); 137 130 138 /* Send the email with subject and contents */ 131 pwg_mail($ email, array(139 pwg_mail($data['mail_address'], array( 132 140 'subject' => $subject, 133 141 'content' => ($customtxt),
Note: See TracChangeset
for help on using the changeset viewer.