Skip to content

Commit

Permalink
Added getTemplates()
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAker committed Jan 3, 2001
1 parent d7b6b81 commit 1ce7858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Slash/DB/MySQL/MySQL.pm
Expand Up @@ -2472,6 +2472,12 @@ sub getTopics {
return $answer;
}

########################################################
sub getTemplates {
my $answer = _genericGetsCache('templates', 'tpid', '', @_);
return $answer;
}

########################################################
sub getContentFilter {
my $answer = _genericGet('content_filters', 'filter_id', '', @_);
Expand Down

0 comments on commit 1ce7858

Please sign in to comment.