Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Apr 15, 2012
2 parents 3c37670 + 05699a7 commit a840509
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tbl_replace.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
// Needed for generation of Inline Edit anchors
$GLOBALS['js_include'][] = 'sql.js';

if ($GLOBALS['cfg']['CodemirrorEnable']) {
$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
}

if (isset($_REQUEST['insert_rows'])
&& is_numeric($_REQUEST['insert_rows'])
&& $_REQUEST['insert_rows'] != $cfg['InsertRows']
Expand Down

0 comments on commit a840509

Please sign in to comment.