Skip to content

Commit

Permalink
TWEAK: Fixed minor bug if no "groupname" or group "title" appeared.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1174 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Sep 12, 2004
1 parent 66f065e commit 9e6d1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/export.php
Expand Up @@ -62,6 +62,8 @@
$groupname=$row['group_name'];
$title=$row['title'];
}
if (!isset($groupname)) { $groupname="";}
if (!isset($title)) { $title="";}
$eachone[]=array("fieldname"=>$fm['fieldname'],
"group_name"=>$groupname,
"title"=>$title);
Expand Down

0 comments on commit 9e6d1b4

Please sign in to comment.