Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 07:04:22 2025 UTC | Revision 1.2 by sysadm, Sun Apr 27 04:32:05 2025 UTC | |
|---|---|---|
| # | Line 22 | Line 22 |
| 22 | mysqli_close($db_conn); | mysqli_close($db_conn); |
| 23 | exit(); | exit(); |
| 24 | } | } |
| 25 | ||
| 26 | $rs = mysqli_query($db_conn, "BEGIN"); | $rs = mysqli_query($db_conn, "BEGIN"); |
| 27 | if ($rs == false) | if ($rs == false) |
| 28 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |