1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2007-02-08 21:19:24 +00:00
parent aa0c57afc4
commit bbf79a5970
20 changed files with 658 additions and 284 deletions

View file

@ -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