fix
This commit is contained in:
@@ -213,7 +213,7 @@ Please contact us at https://www.wrenchboard.com/contact if you have any questi
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="center" class="footercopy">
|
<td align="center" class="footercopy">
|
||||||
® {{site_name}} 2022<br/>
|
® {{site_name}} 2022<br/>
|
||||||
You received this email because a user sent a job to you from {{site_name}}. If you get this email in error, please <a href="{{server_name}}/contactus" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
You received this email because a user sent a job to you from {{site_name}}. If you get this email in error, please <a href="{{server_name}}/contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -226,7 +226,7 @@ You received this email because a user sent a job to you from {{site_name}}. If
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
||||||
<a href="http://www.twitter.com/">
|
<a href="https://twitter.com/wrenchboard/">
|
||||||
<img src="{{server_name}}/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
|
<img src="{{server_name}}/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -468,6 +468,13 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
|
|||||||
char vname[30];
|
char vname[30];
|
||||||
long ret = PHP_API_BAD_PARAM;
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
|
||||||
|
REQ_LONG(in, "member_id", 1, -1);
|
||||||
|
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
|
||||||
|
|
||||||
|
if ( VerifySession(in, out) != PHP_API_OK ){
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
REQ_LONG(in, "member_id", 1, -1);
|
REQ_LONG(in, "member_id", 1, -1);
|
||||||
out["total_record"] = "0";
|
out["total_record"] = "0";
|
||||||
|
|||||||
Reference in New Issue
Block a user