Opened 3 years ago

Closed 3 years ago

#1486448 closed Bugs (duplicate)

misprint in file /program/include/main.inc

Reported by: vezunchik Owned by:
Priority: 5 Milestone: 0.4-beta
Component: Core functionality Version: 0.3.1
Severity: normal Keywords: misprint relanames
Cc:

Description

in line 1097

$attrib += array('maxlength' => 100, 'relanames' => false);

probably should have been

$attrib += array('maxlength' => 100, 'realnames' => false);

Change History (3)

comment:1 Changed 3 years ago by vezunchik

Excuse me, is I do not know how to use search

comment:2 Changed 3 years ago by duelli

This has been already fixed in SVN trunk in [b822b6e5] for bug #1486426

comment:3 Changed 3 years ago by alec

  • Milestone changed from later to 0.4-beta
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.