projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5e012
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 14:38:09 +0000
(09:38 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 14:38:09 +0000
(09:38 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
7817e1e
..
5ee37fe
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-45,7
+45,7
@@
<?php }?>
-<?php if(
isset($_COOKIE['view']) ||
$_COOKIE['view'] == "list"){ ?>
+<?php if($_COOKIE['view'] == "list"){ ?>
<div id="listView" class="row">
<?php
$catNum = $_REQUEST[MICHSCI_CATEGORY_NAME];