Browse Source

Code comments

Vova Tkach 6 years ago
parent
commit
6f76947ce7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/module_blog_categories.go

+ 1 - 0
modules/module_blog_categories.go

@@ -130,6 +130,7 @@ func (this *Modules) blog_ActionCategoryAdd(wrap *wrapper.Wrapper, pf_id, pf_nam
 }
 
 func (this *Modules) blog_ActionCategoryUpdate(wrap *wrapper.Wrapper, pf_id, pf_name, pf_alias, pf_parent string) error {
+	// TODO: add parent change updates if parent was changed
 	_, err := wrap.DB.Query(
 		`UPDATE blog_cats SET
 			name = ?,