Skip to content
Snippets Groups Projects
Commit 8bc73fb6 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove version from SQL file - the installer will ALWAYS install the latest 'shipped' version.

parent 1d4e2ca9
Branches
Tags
No related merge requests found
...@@ -99,7 +99,7 @@ class Installer extends SetupWizard { ...@@ -99,7 +99,7 @@ class Installer extends SetupWizard {
define('ADMIN_EMAIL',$vars['admin_email']); //Needed to report SQL errors during install. define('ADMIN_EMAIL',$vars['admin_email']); //Needed to report SQL errors during install.
define('PREFIX',$vars['prefix']); //Table prefix define('PREFIX',$vars['prefix']); //Table prefix
$schemaFile =INC_DIR.'sql/osticket-v1.7-mysql.sql'; //DB dump. $schemaFile =INC_DIR.'sql/osTicket-mysql.sql'; //DB dump.
$debug = true; //XXX:Change it to true to show SQL errors. $debug = true; //XXX:Change it to true to show SQL errors.
//Last minute checks. //Last minute checks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment