mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
* Initial Database Changes for 3.4, many things are now broken
This commit is contained in:
parent
aa0c57afc4
commit
bbf79a5970
20 changed files with 658 additions and 284 deletions
|
@ -75,7 +75,7 @@ switch ($action) {
|
|||
} // is array
|
||||
|
||||
/* Put in the current value */
|
||||
elseif (isset($current[$key])) {
|
||||
elseif (isset($current[$key]) AND $key != 'config_version') {
|
||||
$line = $key . " = \"" . $current[$key] . "\"";
|
||||
unset($current[$key]);
|
||||
} // if set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue