aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/page.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-06-05 11:09:40 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-06-05 11:09:40 +0000
commit9a5338f565e600e618cc4546abbf18d30d942b3a (patch)
treee5eca4149e71ce3a204de2070cf78a9f9e0bfd6a /h-source/Application/Views/page.php
parent310356e1c7777c0e421af7c744a44827c4869a5e (diff)
improved the way deleted devices are managed
Diffstat (limited to 'h-source/Application/Views/page.php')
-rw-r--r--h-source/Application/Views/page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/page.php b/h-source/Application/Views/page.php
index 703f401..ef8b3a2 100644
--- a/h-source/Application/Views/page.php
+++ b/h-source/Application/Views/page.php
@@ -20,7 +20,7 @@
// along with h-source. If not, see <http://www.gnu.org/licenses/>.
?>
- <?php if (strcmp($isDeleted,'no') === 0) { ?>
+ <?php if (!$isDeleted) { ?>
<?php
$tableName = (strcmp($this->action,'view') === 0) ? 'hardware' : 'revisions';