Skip to content

Commit

Permalink
global db link array
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiNissen committed Aug 23, 2013
1 parent b57e8c5 commit 0a20479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolkit/LEA/src/lea-serialized.php
Expand Up @@ -10,6 +10,7 @@
$paramTitle = $_GET['title'];
$paramLang = $_GET['lang'];
$languages = array();
$dbLink = array();

$arrParamLanguages = explode( "|", $_GET['languages'] );
foreach( $arrParamLanguages as $pLang ) {
Expand Down

0 comments on commit 0a20479

Please sign in to comment.