#4725 closed defect (bug) (fixed)
[5858] breaks get_col()
| Reported by: | markjaquith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
$wpdb->get_col() is returning an array of NULLs after [5858]
It appears to actually be the $wpdb->get_var() change that is doing it.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5860]) Prevent get_col() from returning an array of NULLs. see #4725