Index: openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl,v diff -u -N -r1.4 -r1.4.4.1 --- openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl 1 Nov 2013 21:08:30 -0000 1.4 +++ openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl 11 Sep 2015 11:40:41 -0000 1.4.4.1 @@ -29,3 +29,9 @@ aa_true "user_must_not_exist" [string equal [db_string check_user "select count(*) from users where user_id = $creation_info(user_id)"] "0"] } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: