mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10390] Move jQuery version definition
Move jQuery version definition to its own block PHPBB3-10390
This commit is contained in:
parent
56c6476233
commit
39840ef36d
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,9 @@ define('PHPBB_VERSION', '3.1.0-dev');
|
||||||
// QA-related
|
// QA-related
|
||||||
// define('PHPBB_QA', 1);
|
// define('PHPBB_QA', 1);
|
||||||
|
|
||||||
|
// jQuery Version
|
||||||
|
define('JQUERY_VERSION', '1.6.2'); // Important follow jQuery versioning, ie: 1.6, 1.6.1, 1.6.2
|
||||||
|
|
||||||
// User related
|
// User related
|
||||||
define('ANONYMOUS', 1);
|
define('ANONYMOUS', 1);
|
||||||
|
|
||||||
|
@ -210,7 +213,6 @@ define('CAPTCHA_MAX_CHARS', 7);
|
||||||
|
|
||||||
// Additional constants
|
// Additional constants
|
||||||
define('VOTE_CONVERTED', 127);
|
define('VOTE_CONVERTED', 127);
|
||||||
define('JQUERY_VERSION', '1.6.2'); // Important follow jQuery versioning, ie: 1.6, 1.6.1, 1.6.2
|
|
||||||
|
|
||||||
// Table names
|
// Table names
|
||||||
define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups');
|
define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups');
|
||||||
|
|
Loading…
Add table
Reference in a new issue