ソースを参照

WhitespaceClean-app/batch_1

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
mafoo 9 年 前
コミット
7c6f0bb508
1 ファイル変更1 行追加1 行削除
  1. 1 1
      sql_query_pdo.php

+ 1 - 1
sql_query_pdo.php

@@ -39,7 +39,7 @@ else {
 		$db_path = $db_file_path;
 		$db_name = $dbfilename;
 	}
- 
+
 //get the db connection information
 	if (strlen($_REQUEST['id']) > 0) {
 		$sql = "select * from v_databases ";