Skip to content

Commit

Permalink
Fixed language selection in labels edition (bad inclusion of addremov…
Browse files Browse the repository at this point in the history
…e.js)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2206 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Jan 25, 2007
1 parent 939ac55 commit 10d113d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/labels.php
Expand Up @@ -42,7 +42,7 @@

if (!isset($action)) {$action=returnglobal('action');}
if (!isset($lid)) {$lid=returnglobal('lid');}
include2var('./scripts/addremove.js');
$labelsoutput= include2var('./scripts/addremove.js');

//DO DATABASE UPDATESTUFF
if ($action == "updateset") {updateset($lid);}
Expand All @@ -56,7 +56,7 @@
}


$labelsoutput= "<table width='100%' border='0' bgcolor='#DDDDDD'>\n"
$labelsoutput.= "<table width='100%' border='0' bgcolor='#DDDDDD'>\n"
. "\t<tr>\n"
. "\t\t<td>\n"
. "\t\t\t<table width='100%' style='border: 1px solid #555555' cellpadding='1' cellspacing='0'>\n"
Expand Down

0 comments on commit 10d113d

Please sign in to comment.