Changeset 1083:564b4948b219 for inc
- Timestamp:
- 12/18/12 17:30:49 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r1082 r1083 33 33 34 34 $si = new dbStruct($core->con,$core->prefix); 35 //$changes = $si->synchronize($_s);35 $changes = $si->synchronize($_s); 36 36 37 37 /* Some other upgrades … … 306 306 } 307 307 308 if (version_compare($version,' 3.5','<='))308 if (version_compare($version,'2.5','<=')) 309 309 { 310 310 # Try to disable daInstaller plugin if it has been installed outside the default plugins directory
Note: See TracChangeset
for help on using the changeset viewer.