Welcome Guest, Not a member yet? Register   Sign In
Issue, in the file system\database\DB_utility.php
#1

[eluser]Prasanna[/eluser]
I have noticed a issue, in the file system\database\DB_utility.php

The line @ line number 178 is like the following:

Code:
if ( ! is_object($query) OR ! method_exists($query, 'field_names'))

And i think it should be

Code:
if ( ! is_object($query) OR ! method_exists($query, 'list_fields'))

as the "field_names" method is DEPRECATED.


Messages In This Thread
Issue, in the file system\database\DB_utility.php - by El Forum - 10-31-2008, 09:48 PM
Issue, in the file system\database\DB_utility.php - by El Forum - 01-02-2009, 04:22 AM
Issue, in the file system\database\DB_utility.php - by El Forum - 02-16-2009, 09:19 AM
Issue, in the file system\database\DB_utility.php - by El Forum - 02-16-2009, 11:33 AM
Issue, in the file system\database\DB_utility.php - by El Forum - 01-02-2010, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB