Index: openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl 28 Mar 2018 17:00:41 -0000 1.6 +++ openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl 5 Apr 2018 14:44:09 -0000 1.7 @@ -57,18 +57,18 @@ ad_proc -private ims_enterprise::ims_dotlrn::groups::department_check { dep_id } { - checks if a deparment in .LRN exists - + checks if a department in .LRN exists + @author Rocael Hernandez Rizzardini (roc@viaro.net) @creation-date 2004-04-01 - + @param dep_id @return 1 if yes, 0 if not - - @error + + @error } { - + return [db_string get { *SQL* }] }