View | Details | Raw Unified | Return to bug 7857
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +1 lines)
Lines 5212-5217 sub SetVersion { Link Here
5212
      my $finish=$dbh->prepare("INSERT into systempreferences (variable,value,explanation) values ('Version',?,'The Koha database version. WARNING: Do not change this value manually, it is maintained by the webinstaller')");
5212
      my $finish=$dbh->prepare("INSERT into systempreferences (variable,value,explanation) values ('Version',?,'The Koha database version. WARNING: Do not change this value manually, it is maintained by the webinstaller')");
5213
      $finish->execute($kohaversion);
5213
      $finish->execute($kohaversion);
5214
    }
5214
    }
5215
    C4::Context::clear_syspref_cache(); # invalidate cached preferences
5215
}
5216
}
5216
exit;
5217
exit;
5217
5218
5218
- 

Return to bug 7857