Ticket #1483950 (closed Bugs: invalid)

Opened 3 years ago

Last modified 3 years ago

SVN 306 Bug

Reported by: Reload Owned by:
Priority: 10 - Lowest Milestone:
Component: Core functionality Version: 0.1-beta
Severity: major Keywords:
Cc:

Description

First:

The following lines within the file 'mysql.update' will cause a error when updating the SQL db. These lines should be removed !

ALTER TABLE contacts ADD name varchar(128) NOT NULL default ; ALTER TABLE contacts ADD email varchar(128) NOT NULL default ;

The following lines are line that create a new name for an existing field:

ALTER TABLE contacts ADD first_name varchar(128) NOT NULL default ; ALTER TABLE contacts ADD last_name varchar(128) NOT NULL default ;

This should be edited to rename the lines.

Second:

The new lines will not shown within the Address Book. The following file needs to edit to :

program/steps/addressbook/show.inc

Third:

The language file needs to edit also:

program/localization/en_US/labels.inc

Change History

Changed 3 years ago by thomasb

  • status changed from new to closed
  • resolution set to invalid

The address book feature is not ready to be tested. No bug reports for this topic please.

Note: See TracTickets for help on using tickets.