diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-06 19:34:00 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-06 19:34:00 +0100 |
commit | 6e276b57c2931a0704fbfaeff91092546a0d9c32 (patch) | |
tree | d086cbbd04f952ec169ccf3485ac0dca58ba7153 /perllib/Cobrand.pm | |
parent | 30cc0004a14ec330ea693a6b6f94e059a4e6abdd (diff) | |
parent | 1825445a2763a9581bedab749f9c60bf03648313 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r-- | perllib/Cobrand.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm index b1ec6ba75..7d4382583 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -72,9 +72,6 @@ my %fns = ( 'extra_alert_data' => { default => "''" }, # Given a QUERY, extract any extra data required by the cobrand 'extra_data' => { default => "''" }, - # Given a QUERY, return a hash of extra params to be included in - # any URLs in links produced on the page returned by that query. - 'extra_params' => { default => "''" }, # Returns any extra text to be displayed with a PROBLEM. 'extra_problem_meta_text' => { default => "''" }, # Returns any extra text to be displayed with an UPDATE. |