diff options
| author | mkanat%bugzilla.org <> | 2006-07-01 23:45:53 +0000 |
|---|---|---|
| committer | mkanat%bugzilla.org <> | 2006-07-01 23:45:53 +0000 |
| commit | f301c9241af577f8f3df94338f1329d91c82d252 (patch) | |
| tree | aff46880248e76011b2a3d6afa793be7117e9154 /template/en/default/admin | |
| parent | 0fd94fa00dc3429814a97c106f2ff0a0550e6ac0 (diff) | |
| download | bugs-f301c9241af577f8f3df94338f1329d91c82d252.tar bugs-f301c9241af577f8f3df94338f1329d91c82d252.tar.gz bugs-f301c9241af577f8f3df94338f1329d91c82d252.tar.bz2 bugs-f301c9241af577f8f3df94338f1329d91c82d252.tar.xz bugs-f301c9241af577f8f3df94338f1329d91c82d252.zip | |
Bug 343248: SQL query to get all keywords with bug count is duplicated in editkeywords.cgi and describekeywords.cgi
Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave
Diffstat (limited to 'template/en/default/admin')
| -rwxr-xr-x | template/en/default/admin/keywords/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl index 84eb6e9f1..999538561 100755 --- a/template/en/default/admin/keywords/list.html.tmpl +++ b/template/en/default/admin/keywords/list.html.tmpl @@ -22,7 +22,7 @@ #%] [%# INTERFACE: - # keywords: array of hashes having the properties: + # keywords: array keyword objects having the properties: # - id: number. The ID of the keyword. # - name: string. The name of the keyword. # - description: string. The description of the keyword. |
