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:
@@ -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
|
||||
|
Reference in New Issue
Block a user