aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Notebooks/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Notebooks/page.php')
-rw-r--r--h-source/Application/Views/Notebooks/page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php
index 2af4468..fd8389a 100644
--- a/h-source/Application/Views/Notebooks/page.php
+++ b/h-source/Application/Views/Notebooks/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';