summaryrefslogtreecommitdiffstats
path: root/frontends/php/popup.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/popup.php')
-rw-r--r--frontends/php/popup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/popup.php b/frontends/php/popup.php
index f6d525aa..b533aad8 100644
--- a/frontends/php/popup.php
+++ b/frontends/php/popup.php
@@ -727,7 +727,7 @@ include_once "include/page_header.php";
while($db_item = DBfetch($db_items))
{
$description = new CLink(item_description($db_item["description"],$db_item["key_"]),"#","action");
- $description->SetAction("return add_item_variable('".$dstfrm."',".$db_item["itemid"].");");
+ $description->SetAction("return add_item_variable('".$dstfrm."','".$db_item["itemid"]."');");
switch($db_item["status"]){
case 0: $status=new CCol(S_ACTIVE,"enabled"); break;