SVN Commit by andreas: r4501 - trunk/pgadmin3/src/slony - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4501 - trunk/pgadmin3/src/slony
Date
Msg-id 200510051644.j95GiEA0020890@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
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");
             }



pgadmin-hackers by date:

Previous
From: blacknoz@club-internet.fr
Date:
Subject: Re: Ready for beta yet?
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4503 - trunk/pgadmin3/docs/en_US/images