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
d569850b
authored
2011-09-29 09:55:19 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Modifying default behavior of array2table so the action form is not shown
1 parent
5bdadc6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/MySQLTable/MySQLTable.php
com/MySQLTable/MySQLTable.php
View file @
d569850
<?php
namespace
Tz\WordPress\Tools\MySQLTable
;
function
array2table
(
$arr
,
$width
=
"100%"
,
$with_form
=
tru
e
)
{
function
array2table
(
$arr
,
$width
=
"100%"
,
$with_form
=
fals
e
)
{
$count
=
count
(
$arr
);
if
(
!
$count
)
echo
''
;
...
...
Please
register
or
sign in
to post a comment