removed comment

This commit is contained in:
yitam 2017-05-08 09:44:57 -07:00
parent 568d13aef4
commit b6671d9ac5

View file

@ -19,7 +19,7 @@ else
{
echo "Connected successfully with Authentication=SqlPassword.\n";
}
*/
$stmt = sqlsrv_query( $conn, "SELECT name FROM master.dbo.sysdatabases" );
if ( $stmt === false )
{