2006-04-21_snapshot
git-svn-id: svn://192.168.202.10@5 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?
|
||||
### log_test.php
|
||||
###
|
||||
### Copyright (C) 2006 Matt Florell <vicidial@gmail.com> LICENSE: GPLv2
|
||||
###
|
||||
# log_test.php
|
||||
#
|
||||
# Copyright (C) 2006 Matt Florell <vicidial@gmail.com> LICENSE: GPLv2
|
||||
#
|
||||
|
||||
|
||||
$STARTtime = date("U");
|
||||
@@ -11,8 +11,8 @@ $NOW_TIME = date("Y-m-d H:i:s");
|
||||
$FILE_datetime = $STARTtime;
|
||||
|
||||
$ext_context = 'demo';
|
||||
if (!$begin_date) {$begin_date = $TODAY;}
|
||||
if (!$end_date) {$end_date = $TODAY;}
|
||||
if (!isset($begin_date)) {$begin_date = $TODAY;}
|
||||
if (!isset($end_date)) {$end_date = $TODAY;}
|
||||
|
||||
|
||||
$fp = fopen ("./closer_SQL_updates.txt", "a");
|
||||
|
||||
Reference in New Issue
Block a user