diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-30 16:10:59 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-30 16:10:59 -0700 |
commit | a9cceea8500bfb74aed21af9631b43188dd3ce29 (patch) | |
tree | 2165131d83b86f38c4b30b0dc4c7ccb70b70c4b0 /include/text.php | |
parent | b51ca4c8d3a36ed49582c4fe894944869b0d42a2 (diff) | |
parent | dea487993828d00e7be9709752129e445a255171 (diff) | |
download | volse-hubzilla-a9cceea8500bfb74aed21af9631b43188dd3ce29.tar.gz volse-hubzilla-a9cceea8500bfb74aed21af9631b43188dd3ce29.tar.bz2 volse-hubzilla-a9cceea8500bfb74aed21af9631b43188dd3ce29.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index c1d71521f..1b0150706 100644 --- a/include/text.php +++ b/include/text.php @@ -3048,7 +3048,15 @@ function array2XML($obj, $array) { } } - +/** + * @brief Inserts an array into $table. + * + * @TODO Why is this function in include/text.php? + * + * @param string $table + * @param array $arr + * @return boolean|PDOStatement + */ function create_table_from_array($table, $arr) { if(! ($arr && $table)) |