Parent Directory
|
Revision Log
|
Patch
| Revision 1.11 by sysadm, Sun May 4 14:54:55 2025 UTC | Revision 1.12 by sysadm, Mon May 5 11:46:04 2025 UTC | |
|---|---|---|
| # | Line 54 MYSQL *db_open() | Line 54 MYSQL *db_open() |
| 54 | return NULL; | return NULL; |
| 55 | } | } |
| 56 | ||
| 57 | sprintf(sql, | snprintf(sql, sizeof(sql), |
| 58 | "SET time_zone = '%s'", | "SET time_zone = '%s'", |
| 59 | DB_timezone); | DB_timezone); |
| 60 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |