import class list error | topic started 9/18/2003; 9:25:07 AM last post 9/18/2003; 9:39:45 AM |
|
Arnold K. Pizer - Re: import class list error 9/18/2003; 9:39:45 AM (reads: 969, responses: 0) |
Hi Tom, Either grab the new version of .../webwork/system/cgi/cgi-scripts/profImportClasslistDatabase.pl form CVS or make the follwing simple changes: On line 129 change &backup($path_to_CL_DB); to &back_up($path_to_CL_DB); and on line 512 change sub backup { to sub back_up {
That is just rename backup to back_up. Arnie |