Index: branches/ReklamaReorganizacja/BazaReklam/Classes/DBBindings.cs
===================================================================
--- branches/ReklamaReorganizacja/BazaReklam/Classes/DBBindings.cs (revision 658)
+++ branches/ReklamaReorganizacja/BazaReklam/Classes/DBBindings.cs (revision 672)
@@ -39,5 +39,5 @@
             command.Connection = new SqlConnection(ConnString.getConnString().Value);
 
-            command.CommandText = "select Id, SYMB from [LISTA TYTU£ÓW] where st_aktywny=-1";
+            command.CommandText = "select Id, SYMB from [LISTA TYTU£ÓW] where Active=1";
             command.Connection.Open();
 
