1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +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

@@ -11,7 +11,7 @@
if (!defined('e107_INIT')) { exit; }
/**
* DEPRECATED: Allows Storage of arrays without use of serialize functions
* @DEPRECATED: Allows Storage of arrays without use of serialize functions
*
*/
class ArrayData {