Revision 1747
Added by Luisehahne about 13 years ago
- fixed issues with older table strucure for earlier WB installations
| functions.php | ||
|---|---|---|
| 1165 | 1165 |
} |
| 1166 | 1166 |
$sql .= '`directory`=\''.$language_code.'\', '; |
| 1167 | 1167 |
$sql .= '`name`=\''.$language_name.'\', '; |
| 1168 |
$sql .= '`description`=\'\', '; |
|
| 1169 |
$sql .= '`function`=\'\', '; |
|
| 1168 | 1170 |
$sql .= '`type`=\'language\', '; |
| 1169 | 1171 |
$sql .= '`version`=\''.$language_version.'\', '; |
| 1170 | 1172 |
$sql .= '`platform`=\''.$language_platform.'\', '; |
Also available in: Unified diff