Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9ef10231
authored
2011-06-01 00:28:56 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Branched trunk into 0.5 for major CBV updates
1 parent
b2f1638c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
com/MySQLTable/MySQLTable.php
com/MySQLTable/MySQLTable.php
View file @
9ef1023
...
...
@@ -23,6 +23,7 @@ function array2table($arr,$width = "100%")
$rclass
=
(
$wi
%
2
)
?
"odd"
:
""
;
echo
"<tr class='"
.
$rclass
.
"'>
\n
"
;
$col
=
1
;
// Are you fucking kidding me with this shit, Kevin???
while
(
false
!==
(
$curr_field
=
current
(
$curr_row
)))
{
echo
"<td>"
;
echo
$curr_field
.
" "
;
...
...
Please
register
or
sign in
to post a comment