This topic is locked

Beta 3.1 file modifications to dbcommon

8/17/2006 4:07:54 PM
PHPRunner General questions
P
phpwalker author

in the old version of phprunner - i had to modify the file: Dbcommon.php

under the function GetFieldName..... for each of my table views that joined more than one table.
I noticed this function is no longer in the dbcommon.php file... does this mean the new beta will handle this for me? or do i have to modify a different file now?

Sergey Kornilov admin 8/18/2006

In version 3.1 this function is named GetFullFieldName and can be found in commonfunctions.php.
In the next update after version 3.1 we'll fix this as well so you don't need to modify anything manually.