We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15218a commit e23c509Copy full SHA for e23c509
lib/Index.php
@@ -120,8 +120,6 @@ public static function createSnapshot(Url $url): bool
120
$sql->setWhere('url_id = ? ORDER BY createdate DESC LIMIT 1', [$url->getId()]);
121
$sql->select('id,`hash`');
122
123
- var_dump($sql->getValue('hash'));
124
-
125
if (0 !== ($sql->getRows() ?? 0) && $sql->getValue('hash') === $hash) {
126
$sql->setTable(rex::getTable('diff_detect_index'));
127
$sql->setValue('updatedate', date(rex_sql::FORMAT_DATETIME));
0 commit comments