Commit 581a4a2e authored by dmose%mozilla.org's avatar dmose%mozilla.org

removing ShowCCList from globals.pl, as it is no longer used

parent 148d7cc3
...@@ -754,14 +754,6 @@ sub GetLongDescriptionAsHTML { ...@@ -754,14 +754,6 @@ sub GetLongDescriptionAsHTML {
return $result; return $result;
} }
sub ShowCcList {
my ($num) = (@_);
my $ccSet = new RelationSet();
$ccSet->mergeFromDB("select who from cc where bug_id=$num");
return $ccSet->toString();
}
# Fills in a hashtable with info about the columns for the given table in the # Fills in a hashtable with info about the columns for the given table in the
# database. The hashtable has the following entries: # database. The hashtable has the following entries:
# -list- the list of column names # -list- the list of column names
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment