Skip to content

Commit 9a25598

Browse files
committed
tweaked mirrortest check
1 parent bf3831c commit 9a25598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ws.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function ws_bing_massage($data) {
7171
return serialize($massaged);
7272
}
7373

74-
if($scope!='mirrortest'):
74+
if($raw!='mirrortest'):
7575
$dbh = new PDO('mysql:host=localhost;dbname=ws', $conf['db_user'], $conf['db_pw'], array(PDO::ATTR_PERSISTENT => true,
7676
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true));
7777
$dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

0 commit comments

Comments
 (0)