From 3dc17d58ddfe154d1769d56d04570279e8d0d75f Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 31 Dec 2014 07:34:10 +0000 Subject: [PATCH] Fixed sql. --- Connections/database_functions.php | 2 +- sql/populate.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index 4f25918..a1a6952 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -39,7 +39,7 @@ define("TIMEZONE", "America/New_York"); */ define("NONSHOP",0); -// How many transactions to you want shown +// How many transactions do you want shown define("NUMBER_OF_TRANSACTIONS", 50); //constants diff --git a/sql/populate.sql b/sql/populate.sql index 581be8b..2b2a9c8 100644 --- a/sql/populate.sql +++ b/sql/populate.sql @@ -39,7 +39,7 @@ INSERT INTO shop_user_roles ( ("Personal",0,0,0,0), ("Volunteer",0,1,0,0), ("Greeter",0,0,1,0), - ("Staff",0,0,1,1) + ("Staff",0,0,1,1), ("Student Volunteer",0,0,0,0); -- Add some projects to projects