Commit 7ad49c4 1 parent 293f105 commit 7ad49c4 Copy full SHA for 7ad49c4
File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
+ .idea
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ class Module extends FormToolsModule
13
13
protected $ author = "Ben Keen " ;
14
14
protected $ authorEmail =
"[email protected] " ;
15
15
protected $ authorLink = "http://formtools.org " ;
16
- protected $ version = "2.1.4 " ;
17
- protected $ date = "2018-12-23 " ;
16
+ protected $ version = "2.1.5 " ;
17
+ protected $ date = "2019-03-17 " ;
18
18
protected $ originLanguage = "en_us " ;
19
19
protected $ jsFiles = array ("scripts/tests.js " );
20
20
protected $ cssFiles = array ("css/styles.css " );
Original file line number Diff line number Diff line change 18
18
19
19
$ L ["phrase_missing_table_c " ] = "missing table: " ;
20
20
$ L ["phrase_missing_column_c " ] = "missing column: " ;
21
+ $ L ["phrase_mysql_version " ] = "MySQL Version " ;
21
22
$ L ["phrase_table_looks_good_c " ] = "Table and columns look good: " ;
22
23
$ L ["phrase_invalid_column_c " ] = "Invalid column: " ;
23
24
$ L ["phrase_full_logs " ] = "Full Logs " ;
Original file line number Diff line number Diff line change 8
8
<td class =" medium_grey" >{ $env_info .php_version} </td >
9
9
</tr >
10
10
<tr >
11
- <td >{ $LANG .phrase_mysql_version} </td >
11
+ <td >{ $L .phrase_mysql_version} </td >
12
12
<td class =" medium_grey" >{ $env_info .mysql_version} </td >
13
13
</tr >
14
14
<tr >
You can’t perform that action at this time.
0 commit comments