log in outX fixed
This commit is contained in:
@@ -78,7 +78,7 @@ Dear <b>{{firstname}}</b>,
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
|
||||
<a href="{{promo_server_name}}/PROMIFE/{{promo_uid}}">Click here to view opportunities</a>
|
||||
<a href="{{promo_server_name}}/{{promo}}/{{promo_uid}}">Click here to view opportunities</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -2486,6 +2486,7 @@ long LoginWrenchPromoAccount( CVars in, CVars &out ){
|
||||
CVars z;
|
||||
CVars inx;
|
||||
CVars inj;
|
||||
CVars outX;
|
||||
|
||||
|
||||
try {
|
||||
@@ -2561,7 +2562,7 @@ long LoginWrenchPromoAccount( CVars in, CVars &out ){
|
||||
inj["job_description"] = "0"; inj["job_description"].set_valid( true );
|
||||
inj["action"] = WRENCHBOARD_JOB_OFFER_SYSTEM; inj["action"].set_valid( true );
|
||||
inj["assign_mode"] = ASSIGN_MODE_EMAIL; inj["assign_mode"].set_valid( true );
|
||||
out["assign_id"] = WrenchJobOfferSystems(inj, out);
|
||||
out["assign_id"] = WrenchJobOfferSystems(inj, outX);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user