Revision 1311
Added by Luisehahne over 15 years ago
| functions.php | ||
|---|---|---|
| 934 | 934 |
$sql .= '`description` = "'.addslashes($module_description).'", '; |
| 935 | 935 |
$sql .= '`platform` = "'.$module_platform.'", '; |
| 936 | 936 |
$sql .= '`author` = "'.addslashes($module_author).'", '; |
| 937 |
$sql .= '`license` = "'.addslashes($module_license).'", ';
|
|
| 937 |
$sql .= '`license` = "'.addslashes($module_license).'" '; |
|
| 938 | 938 |
$sql .= 'WHERE `directory` = "'.$module_directory.'"'; |
| 939 | 939 |
$database->query($sql); |
| 940 | 940 |
// Run upgrade script |
Also available in: Unified diff
Ticket #967 Typo in the mysql-query results in "not" upgrading the modul info ( tks to Aldus)