projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be811bc
)
Entry into Upgrade Software option triggered automatic config.php changes even withou...
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Thu, 21 Apr 2011 13:33:12 +0000
(15:33 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Thu, 21 Apr 2011 13:33:12 +0000
(15:33 +0200)
sql/alter2.3.php
patch
|
blob
|
history
diff --git
a/sql/alter2.3.php
b/sql/alter2.3.php
index bdeab5c67c88f6374160729bbe82c2818b9a1692..2a517deb7321b79314cfa9ab6812bfaef9de01e3 100644
(file)
--- a/
sql/alter2.3.php
+++ b/
sql/alter2.3.php
@@
-28,6
+28,7
@@
class fa2_3 {
{
global $db_version, $dflt_lang;
+ $this->preconf = $this->fix_extensions();
if (!$this->preconf)
return false;
@@
-110,7
+111,6
@@
class fa2_3 {
//
function installed($pref) {
$this->beta = !check_table($pref, 'suppliers', 'tax_included');
- $this->preconf = $this->fix_extensions();
$n = 1; // number of patches to be installed
$patchcnt = 0;