Thread: SVN Commit by andreas: r4501 - trunk/pgadmin3/src/slony

SVN Commit by andreas: r4501 - trunk/pgadmin3/src/slony

From
svn@pgadmin.org
Date:
Author: andreas
Date: 2005-10-05 17:44:14 +0100 (Wed, 05 Oct 2005)
New Revision: 4501

Modified:
   trunk/pgadmin3/src/slony/dlgRepCluster.cpp
Log:
cluster creation fix

Modified: trunk/pgadmin3/src/slony/dlgRepCluster.cpp
===================================================================
--- trunk/pgadmin3/src/slony/dlgRepCluster.cpp    2005-10-05 10:55:28 UTC (rev 4500)
+++ trunk/pgadmin3/src/slony/dlgRepCluster.cpp    2005-10-05 16:44:14 UTC (rev 4501)
@@ -851,7 +851,7 @@
             }
             else
             {
-                if (createScript.Find(wxT("storeNode (int4, text)")) > 0)
+                if (createScript.Find(wxT("storeNode (int4, text)")) < 0)
                     sql += wxT(", false");
             }