1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Link used MySQL version in syntax highlighting

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1269 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-12-16 13:05:22 +00:00
parent 2dbc8cf3a5
commit e4bfffdc0f
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// Editor specific functions
function body_load() {
function body_load(version) {
}