Commit 6e42f9be4e436357a08f121a35710146b6afe5db

Authored by Michael Joseph
1 parent 58af25a4

changed function name from getFields to getDocumentFields


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2510 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/listDocFieldsUI.inc
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 * 8 *
9 */ 9 */
10 10
11 -function getFields() { 11 +function getDocumentFields() {
12 global $default; 12 global $default;
13 13
14 $sQuery = "SELECT id as DocFieldID, name as DocFieldName, data_type, is_generic, has_lookup, " . 14 $sQuery = "SELECT id as DocFieldID, name as DocFieldName, data_type, is_generic, has_lookup, " .
@@ -37,7 +37,7 @@ function getPage() { @@ -37,7 +37,7 @@ function getPage() {
37 37
38 // add user link 38 // add user link
39 $sToRender .= getAddLink("addDocField", "Add A Document Field"); 39 $sToRender .= getAddLink("addDocField", "Add A Document Field");
40 - $sToRender .= getFields(); 40 + $sToRender .= getDocumentFields();
41 return $sToRender; 41 return $sToRender;
42 } 42 }
43 ?> 43 ?>
44 \ No newline at end of file 44 \ No newline at end of file