Fixes a minor textarea bug by removing whitespace in the code.

This commit is contained in:
Jonathan Rosenbaum
2015-02-11 07:48:30 +00:00
parent 386742da2d
commit a1717c99af
2 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ define("TIMEZONE", "America/New_York");
The first shop created, 1, makes sense. A link will show in start_shop.php.
If you do not want this functionality at all, choose 0.
*/
define("NONSHOP",0);
define("NONSHOP", 0);
// How many transactions do you want shown by default
define("NUMBER_OF_TRANSACTIONS", 11);