![]() |
Sergey Kornilov admin 1/23/2006 |
Hi, if("supplies"==$table && $field=="week") return "`supplies`.`week`";
if("supplies"==$table && $field=="week") return "week(date)";
|
|
OCTheEagle author 1/24/2006 |
Hi, yes, you can modify GetFullFieldName function in include\dbcommon.php file. Locate this line there: and replace it with: Then do the same with year column.
|