Re: New Customer Billings

iml@interconnect.net
Sat, 14 Feb 1998 23:46:59 -0600

On Sat, 14 Feb 1998 01:31:33 -0800, you wrote:

>iml@interconnect.net wrote:
>>=20
>> >INSERT Configs VALUES(5, 0, 5, NULL) /* Default Limit */
>> >INSERT Configs VALUES(8, 0, 5, NULL) /* Default Expire */
>> >INSERT Configs VALUES(9, 0, 5, NULL) /* Default Extend */
>>=20
>> These must be the info on those fields.
>
>Its from the codetabs.sql file in Emerlad 2.5.
>=20
>> When creating a new account neither the default limit or the default
>> extend is pulled into the account. Also, the above sql statement
>> results in an error on Values with an S I assume you meant Value
>> without the S as a select * from configs shows that field as Value and
>> not Values.
>
>Yes, it should be value, not values.
>=20

Well I'm using the latest supported version of Emerald not 2.2 and it
is NOT working. Here is a query result so the DB is set up properly.
However, when creating a new account the default extent is BLANK.

ConfigID Type Value Data

-------------------------------------------------------------------------=
------

5 0 5 (null)

8 0 0

9 0 15

(3 row(s) affected)

>> I assume this feature of default extend and default limit is broken
>> and must be entered manually.
>
>I know atleast default extend should work, and default limit should
>work in 2.2.