Parent Directory
|
Revision Log
|
Patch
| Revision 1.7 by sysadm, Sun Apr 13 05:06:58 2025 UTC | Revision 1.8 by sysadm, Sun Apr 20 10:35:25 2025 UTC | |
|---|---|---|
| # | Line 37 function user_exp_change(int $uid, int $ | Line 37 function user_exp_change(int $uid, int $ |
| 37 | return $ret; | return $ret; |
| 38 | } | } |
| 39 | ||
| //Display error message in a pop-up window | ||
| function error_msg($msg, $back=false, $close=false) | ||
| { | ||
| $ret = "<script language=\"JavaScript\">\n". | ||
| " alert(\"".str_replace("\n","\\\n",$msg)."\");\n". | ||
| ($back?" history.go(-1);\n":""). | ||
| ($close?" self.close();\n":""). | ||
| "</script>"; | ||
| echo $ret; | ||
| } | ||
| 40 | ?> | ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |