Opened 7 years ago

Closed 7 years ago

#1483950 closed Bugs (invalid)

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 (1)

comment:1 Changed 7 years ago by thomasb

  • Resolution set to invalid
  • Status changed from new to closed

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.