Differences From Artifact [3d08dab522]:
- File src/security_audit.c — part of check-in [d23912f089] at 2025-03-17 11:40:02 on branch trunk — Remove an unused variable in the previous check-in. (user: drh size: 34717)
To Artifact [69044cb0dc]:
- File src/security_audit.c — part of check-in [a97225d7fc] at 2025-03-17 11:42:46 on branch trunk — Do not hyperlink the "All Messages" entry in the log summary if there are no error log messages. (user: drh size: 34790)
| ︙ | |||
978 979 980 981 982 983 984 | 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 | + - + + + + |
@ <tr><td align="right">%d(nHang)</td>
if( nOther>0 ){
@ <td><a href="./errorlog?y=64/">Other</a></td>
}else{
@ <td>Other</td>
}
@ <tr><td align="right">%d(nTotal)</td>
if( nTotal>0 ){
|