-- 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.4.1 2005/07/29 23:08:24 miguelm 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');