Changeset 738 for trunk/Common/VCL
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/VCL/Database.php
r666 r738 58 58 if(method_exists($this->OnRowDraw[0], $this->OnRowDraw[1])) 59 59 $DbRow = call_user_func($this->OnRowDraw, $DbRow); 60 60 $this->Rows[] = $DbRow; 61 61 $VisibleItemCount = $VisibleItemCount + 1; 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.