Эх сурвалжийг харах

WhitespaceClean-app/batch_1

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
mafoo 9 жил өмнө
parent
commit
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 ";