--- trunk/NationalProblemLibrary/loadDB2 2007/07/10 21:18:06 462 +++ trunk/NationalProblemLibrary/loadDB2 2007/07/11 18:17:49 470 @@ -558,6 +558,7 @@ )" ); dbug "INSERT INTO textbook VALUES( \"\", \"$text\", \"$edition\", \"$textauthor\", \"\", \"\", \"\" )\n"; + print "Late add into textbook \"$text\", \"$edition\", \"$textauthor\"\n"; $textbook_id = $dbh->selectrow_array($query); }