CVS Commit by dpage: Use original quotes consistently [Hiroshi Saito]
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Use original quotes consistently [Hiroshi Saito]
Log Message:
-----------
Use original quotes consistently [Hiroshi Saito]
Modified Files:
--------------
pgadmin3/src/utils:
pgconfig.cpp (r1.1 -> r1.2)
Index: pgconfig.cpp
===================================================================
RCS file: /projects/pgadmin3/src/utils/pgconfig.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/utils/pgconfig.cpp -Lsrc/utils/pgconfig.cpp -u -w -r1.1 -r1.2
--- src/utils/pgconfig.cpp
+++ src/utils/pgconfig.cpp
@@ -152,7 +152,7 @@
newLine = wxT("# ");
newLine += item->name + wxT(" = ")
- + quote + value + wxT("'");
+ + quote + value + quote;
if (!comment.IsEmpty())
{
Home |
Main Index |
Thread Index