Part of the EllisLab Network

Bug Report

typo in the where() section of active record

Date: 07/04/2008 Severity: Trivial
Status: Fixed in SVN Reporter: Grahack
Version: 1.6.3
Keywords: User Guide, Typos

Description

// WHERE = name ‘Joe’ AND title = ‘boss’ AND status = ‘active’


should be

// WHERE name = ‘Joe’ AND title = ‘boss’ AND status = ‘active’

Expected Result

Actual Result

Comment on Bug Report

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?