Daniel Sheffield пре 8 месеци
родитељ
комит
447548fcea
2 измењених фајлова са 0 додато и 12 уклоњено
  1. 0 1
      sqlpage/grocery/internal/apply.sql
  2. 0 11
      sqlpage/grocery/internal/clear.sql

+ 0 - 1
sqlpage/grocery/internal/apply.sql

@@ -8,5 +8,4 @@ SELECT 'redirect' AS component
     ELSE '/grocery/internal/404.sql'
   END
 ) AS link
---WHERE $clear = 'Clear'
 ;

+ 0 - 11
sqlpage/grocery/internal/clear.sql

@@ -1,14 +1,4 @@
-SET products = NULL;
-SET categories = NULL;
-SET groups = NULL;
-SET start = NULL;
-SET end = NULL;
-SET unit_volume = NULL;
-SET unit_mass = NULL;
-SET unit_count = NULL;
-SET log_scale = NULL;
 SET clear = TRUE
---SELECT 'dynamic' AS component, sqlpage.run_sql('grocery/internal/apply.sql') AS properties;
 SELECT 'dynamic' AS component, sqlpage.run_sql('sqlpage/internal/cookie.sql') AS properties;
 SELECT 'redirect' AS component
 , (
@@ -18,5 +8,4 @@ SELECT 'redirect' AS component
     ELSE '/grocery/internal/404.sql'
   END
 ) AS link
---WHERE $clear = 'Clear'
 ;