lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5651] Clarify by using a more generic table number for un


From: Greg Chicares
Subject: [lmi-commits] [5651] Clarify by using a more generic table number for unused tables
Date: Wed, 09 Jan 2013 13:09:21 +0000

Revision: 5651
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5651
Author:   chicares
Date:     2013-01-09 13:09:21 +0000 (Wed, 09 Jan 2013)
Log Message:
-----------
Clarify by using a more generic table number for unused tables

Modified Paths:
--------------
    lmi/trunk/dbdict.cpp

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2013-01-09 13:04:18 UTC (rev 5650)
+++ lmi/trunk/dbdict.cpp        2013-01-09 13:09:21 UTC (rev 5651)
@@ -897,9 +897,9 @@
     Add(database_entity(DB_AllowChildRider     , false));
 
     // Spouse and child riders unavailable, so it doesn't matter
-    // what table we specify.
-    Add(database_entity(DB_SpouseRiderTable    , 708));
-    Add(database_entity(DB_ChildRiderTable     , 708));
+    // what table is specified.
+    Add(database_entity(DB_SpouseRiderTable    , 0));
+    Add(database_entity(DB_ChildRiderTable     , 0));
 
     Add(database_entity(DB_GenAcctIntBonus     , 0.0));
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]