1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Prevent empty log files.

This commit is contained in:
Cameron
2013-05-15 16:07:10 -07:00
parent e9173717a7
commit f07b1a70ab
4 changed files with 23 additions and 7 deletions

View File

@@ -367,7 +367,7 @@ class e_array {
/**
* DEPRECATED - Backwards Compatible. Use write() instead;
* @DEPRECATED - Backwards Compatible. Use e107::serialize() instead;
* @param array $ArrayData array to be stored
* @param bool $AddSlashes default true, add slashes for db storage, else false
* @returnReturn a string containg exported array data.
@@ -385,7 +385,7 @@ class e_array {
}
/**
* DEPRECATED: Use read(); instead.
* @DEPRECATED: Use e107::unserialize(); instead.
* Returns an array from stored array data.
*
* @param string $ArrayData