Index: openacs-4/packages/logger/tcl/project-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/project-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/logger/tcl/project-procs.tcl 5 Apr 2003 10:16:42 -0000 1.1 +++ openacs-4/packages/logger/tcl/project-procs.tcl 6 Apr 2003 09:26:47 -0000 1.2 @@ -24,7 +24,7 @@

I've tried to design this proc so that it can be used also - if there is no ad_conn connection, for example during a data import. + if there is no HTTP (ad_conn) connection, for example during a data import.

@param name The name of the project. @@ -99,6 +99,8 @@ contained within it. Also deletes all logger variables mapped to this project that are not mapped to other projects. + @return The return value from db_exec_plsql + @param project_id The id of the project to delete @author Peter Marklund @@ -125,7 +127,7 @@ } { upvar $array project_array - db_1row select_info {} -column_array project_array + db_1row select_project {} -column_array project_array } ad_proc -public logger::project::add_variable {