Backout of bug 303669 which broke AppendComment and possibly a number
of other items. git-svn-id: svn://10.0.0.236/trunk@177419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -226,7 +226,7 @@ sub LookupNamedQuery {
|
||||
#
|
||||
# Returns: A boolean true value if the query existed in the database
|
||||
# before, and we updated it. A boolean false value otherwise.
|
||||
sub InsertNamedQuery {
|
||||
sub InsertNamedQuery ($$$;$) {
|
||||
my ($userid, $query_name, $query, $link_in_footer) = @_;
|
||||
$link_in_footer ||= 0;
|
||||
$query_name = trim($query_name);
|
||||
|
||||
Reference in New Issue
Block a user