Ticket #331 (closed defect: invalid)

Opened 8 months ago

Last modified 8 months ago

typos in toptags and populartags code

Reported by: kevin Assigned to: nobody
Priority: low Milestone: 0.9.2
Component: core Version: 0.9.0
Severity: minor Keywords:
Cc: Patch Included: 0
Review Stage: reviewed

Description

These tags don't work because of typos in the SQL in /lib/templates.php.

In both cases

access = 'public'

should be

access = 'PUBLIC'

Change History

03/19/08 09:47:20 changed by kevin

  • priority changed from normal to low.
  • status changed from new to closed.
  • resolution set to invalid.
  • severity changed from normal to minor.

My error - I see that MySQL doesn't care about case in that table.

03/20/08 13:07:14 changed by misja

  • review_stage changed from unreviewed to reviewed.
  • milestone changed from 0.9.1 to 0.9.2.

Fixed in r1568, the typo might have affect postgresql.