Changeset 6f6efa2 in github
- Timestamp:
- Mar 5, 2011 12:09:46 PM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- fb061aa
- Parents:
- 6a4bccb
- File:
-
- 1 edited
-
program/include/html.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/html.php
r0501b63 r6f6efa2 525 525 } 526 526 527 528 527 /** 529 528 * Get HTML code for this object … … 649 648 } 650 649 651 652 650 /** 653 651 * Jump to next row … … 730 728 return count($this->rows); 731 729 } 732 } 733 730 731 /** 732 * Remove table body (all rows) 733 */ 734 public function remove_body() 735 { 736 $this->rows = array(); 737 $this->rowindex = 0; 738 } 739 740 } 741
Note: See TracChangeset
for help on using the changeset viewer.
