Revision: 10485
http://sourceforge.net/p/phpwiki/code/10485
Author: vargenau
Date: 2021-08-11 10:38:12 +0000 (Wed, 11 Aug 2021)
Log Message:
-----------
Remove dead code
Modified Paths:
--------------
trunk/lib/WikiDB/backend/ADODB_mssqlnative.php
Modified: trunk/lib/WikiDB/backend/ADODB_mssqlnative.php
===================================================================
--- trunk/lib/WikiDB/backend/ADODB_mssqlnative.php 2021-08-11 10:37:20 UTC (rev 10484)
+++ trunk/lib/WikiDB/backend/ADODB_mssqlnative.php 2021-08-11 10:38:12 UTC (rev 10485)
@@ -225,8 +225,6 @@
}
}
if (!$skip) {
- if ($update) {
- }
if ($relation) {
$dbh->Execute("INSERT INTO $link_tbl (linkfrom, linkto, relation)"
. " VALUES ($pageid, $linkid, $relation)");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|