Zend Framework

Small typo in Example 18.9 for Zend_Locale functions documentation

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0.0 RC3
  • Component/s: Zend_Locale
  • Labels:
    None
  • Language:
    English

Description

http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/documentation/manual/en/module_specs/Zend_Locale-Functions.xml?r=5195#l64

if ($locale->equals($mylocale) {
print "Locales are equal";
}

should be

if ($locale->equals($mylocale)) {
print "Locales are equal";
}

Activity

Hide
Bill Karwin added a comment -

Assigning to Thomas.

Show
Bill Karwin added a comment - Assigning to Thomas.
Hide
Thomas Weidner added a comment -

Fixed with SVN 5432

Show
Thomas Weidner added a comment - Fixed with SVN 5432
Hide
Wil Sinclair added a comment -

Updating to comply with new IT component conventions.

Show
Wil Sinclair added a comment - Updating to comply with new IT component conventions.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: