Changeset 1179
- Timestamp:
- 02/09/10 12:53:22 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsISP/interfaces/customer/registration.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsISP/interfaces/customer/registration.c
r1177 r1179 348 348 GetConfiguration("cFromEmailAddr",cFrom); 349 349 350 //if((fp=popen("/usr/lib/sendmail -t > /dev/null","w")))350 if((fp=popen("/usr/lib/sendmail -t > /dev/null","w"))) 351 351 //debug only 352 if((fp=fopen("/tmp/eMailInvoice","w")))352 //if((fp=fopen("/tmp/eMailInvoice","w"))) 353 353 { 354 354 fprintf(fp,"To: %s\n",cEmail); … … 440 440 EmailRegistration("RegistrationMail1"); 441 441 442 sprintf(gcQuery,"DELETE FROM tTempClient WHERE cHash='%s'",TextAreaSave(cId)); 443 mysql_query(&gMysql,gcQuery); 444 if(mysql_errno(&gMysql)) 445 htmlPlainTextError(mysql_error(&gMysql)); 446 442 447 htmlHeader("unxsISP Customer Interface","Header"); 443 448 htmlRegistrationPage("","RegistrationCompleted.Body");
