mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
While importing the clublog data, I noticed there's an entry with a 11 character callsign. This is longer than the 10 characters allowed for the field, causing a problem. This commit extends it to 32 characters, which should be more than enough, while also being a power of 2. fixes #272 |
||
|---|---|---|
| .. | ||
| autoload.php | ||
| config.sample.php | ||
| constants.php | ||
| database.sample.php | ||
| doctypes.php | ||
| foreign_chars.php | ||
| hooks.php | ||
| index.html | ||
| migration.php | ||
| mimes.php | ||
| profiler.php | ||
| routes.php | ||
| smileys.php | ||
| user_agents.php | ||