fixed indentations

This commit is contained in:
Hadis Kakanejadi Fard 2017-02-22 09:26:57 -08:00 committed by GitHub
parent 40893c0ebf
commit c89c46415d

View file

@ -46,8 +46,8 @@ print_r("Test finished successfully");
//calls various fetch methods
function test_fetch($conn, $tableName, $columnName, $input){
$len = strlen($input);
$len = strlen($input);
$result = "";
$sql = "SELECT $columnName from $tableName";