diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-09-12 22:23:34 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-09-12 22:23:34 +0200 |
commit | 8e39ccf504d73d5d12e07bd879c5a696d5ceac3d (patch) | |
tree | e98977e1a3b2a5f3886da350b95c4a196ea04449 /inc/geshi/mysql.php | |
parent | 535bed707571573f6670f91094e3c8eed6d9420c (diff) | |
download | rpg-8e39ccf504d73d5d12e07bd879c5a696d5ceac3d.tar.gz rpg-8e39ccf504d73d5d12e07bd879c5a696d5ceac3d.tar.bz2 |
GeSHi update to 1.0.8
darcs-hash:20080912202334-7ad00-ee4e69ad5516c38729955e8919d55f3b940caf1a.gz
Diffstat (limited to 'inc/geshi/mysql.php')
-rw-r--r-- | inc/geshi/mysql.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/inc/geshi/mysql.php b/inc/geshi/mysql.php index af0eb2c39..aa30085da 100644 --- a/inc/geshi/mysql.php +++ b/inc/geshi/mysql.php @@ -4,7 +4,7 @@ * --------- * Author: Carl F�rstenberg (azatoth@gmail.com) * Copyright: (c) 2005 Carl F�rstenberg, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.22 + * Release Version: 1\.0\.8 * Date Started: 2004/06/04 * * MySQL language file for GeSHi. @@ -169,6 +169,13 @@ $language_data = array ( 'REGEXPS' => array( ) ), + 'URLS' => array( + 1 => '', + 2 => '', + 3 => '', + 4 => '', + 5 => '' + ), 'OOLANG' => false, 'OBJECT_SPLITTERS' => array( ), |