Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
8bc73fb6
Commit
8bc73fb6
authored
12 years ago
by
Peter Rotich
Browse files
Options
Downloads
Patches
Plain Diff
Remove version from SQL file - the installer will ALWAYS install the latest 'shipped' version.
parent
1d4e2ca9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
setup/inc/class.installer.php
+1
-1
1 addition, 1 deletion
setup/inc/class.installer.php
setup/inc/sql/osTicket-mysql.sql
+0
-0
0 additions, 0 deletions
setup/inc/sql/osTicket-mysql.sql
setup/inc/sql/osTicket-mysql.sql.md5
+0
-0
0 additions, 0 deletions
setup/inc/sql/osTicket-mysql.sql.md5
with
1 addition
and
1 deletion
setup/inc/class.installer.php
+
1
−
1
View file @
8bc73fb6
...
@@ -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/os
t
icket-
v1.7-
mysql.sql'
;
//DB dump.
$schemaFile
=
INC_DIR
.
'sql/os
T
icket-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.
...
...
This diff is collapsed.
Click to expand it.
setup/inc/sql/os
t
icket-
v1.7-
mysql.sql
→
setup/inc/sql/os
T
icket-mysql.sql
+
0
−
0
View file @
8bc73fb6
File moved
This diff is collapsed.
Click to expand it.
setup/inc/sql/os
t
icket-
v1.7-
mysql.sql.md5
→
setup/inc/sql/os
T
icket-mysql.sql.md5
+
0
−
0
View file @
8bc73fb6
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment