-- CVS ID: $Id: library_insert.sql,v 1.1 2009/01/07 22:37:49 lfoxton Exp $ INSERT INTO lams_learning_library ( description, title, valid_flag, create_date_time ) VALUES ( 'Pixlr Tool', 'Pixlr', 0, NOW() )