Bug #42
Table name in models/user.php
| Status: | Closed | Start: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Argentum | |||
| Target version: | 0.6.0 | |||
| Resolution: | fixed |
Description
http://trac.argentuminvoice.com/browser/trunk/application/models/user.php#L95
Table name is hardcoded. Could be:
return (bool) $this->db->where('username', $name)->count_records($this->table_name);
Associated revisions
Fixing #42. Thanks Kodeart!
History
Updated by Jeremy Bush about 3 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in r98.