Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Sat Jun 5 23:29:01 2004 UTC | Revision 1.3 by sysadm, Thu Jun 10 11:26:43 2004 UTC | |
|---|---|---|
| # | Line 62 mysql_query("update user_pubinfo set lif | Line 62 mysql_query("update user_pubinfo set lif |
| 62 | ||
| 63 | mysql_query("insert delayed into user_life_log(UID,set_UID,life,dt,ip) ". | mysql_query("insert delayed into user_life_log(UID,set_UID,life,dt,ip) ". |
| 64 | "values($uid,".$_SESSION["BBS_uid"].",$life,now(),'". | "values($uid,".$_SESSION["BBS_uid"].",$life,now(),'". |
| 65 | $_SERVER["REMOTE_ADDR"]."')") | Client_Address()."')") |
| 66 | or die("Add log error!"); | or die("Add log error!"); |
| 67 | ||
| 68 | ?> | ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |