Browse Source

Fixed sql.

devel
Jonathan Rosenbaum 10 years ago
parent
commit
3dc17d58dd
  1. 2
      Connections/database_functions.php
  2. 2
      sql/populate.sql

2
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

2
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

Loading…
Cancel
Save