-- Simple multidimensional rating package -- backing data. -- -- Copyright (C) 2003 Jeff Davis -- @author Jeff Davis -- @creation-date 10/22/2003 -- -- @cvs-id $Id: ratings-data.sql,v 1.1 2004/05/19 19:00:03 jeffd Exp $ -- -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html select rating_dimension__new ('Quality','quality','Overall rating of an item.',1,5,'','best');