/[LeafOK_CVS]/fenglin/bbs/article_service_del.php
ViewVC logotype

Diff of /fenglin/bbs/article_service_del.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Sat Jun 14 12:50:04 2025 UTC Revision 1.5 by sysadm, Sun Jun 15 04:49:10 2025 UTC
# Line 123  Line 123 
123          // Update exp          // Update exp
124          $exp_change = ($uid == $_SESSION["BBS_uid"] ? ($tid == 0 ? -20 : -5) : ($tid == 0 ? -50 : -15));          $exp_change = ($uid == $_SESSION["BBS_uid"] ? ($tid == 0 ? -20 : -5) : ($tid == 0 ? -50 : -15));
125    
126          $rs = user_exp_change($uid, ($tid == 0 ? -20 : -5), $db_conn);          $rs = user_exp_change($uid, $exp_change, $db_conn);
127    
128          if ($rs == false)          if ($rs == false)
129          {          {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1