зеркало из https://github.com/microsoft/msphpsql.git
fixed indentations
This commit is contained in:
Родитель
40893c0ebf
Коммит
c89c46415d
|
@ -46,8 +46,8 @@ print_r("Test finished successfully");
|
||||||
|
|
||||||
//calls various fetch methods
|
//calls various fetch methods
|
||||||
function test_fetch($conn, $tableName, $columnName, $input){
|
function test_fetch($conn, $tableName, $columnName, $input){
|
||||||
|
|
||||||
$len = strlen($input);
|
$len = strlen($input);
|
||||||
$result = "";
|
$result = "";
|
||||||
$sql = "SELECT $columnName from $tableName";
|
$sql = "SELECT $columnName from $tableName";
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче