cc-4288:Sexification of =>.
This commit is contained in:
parent
59f527c14c
commit
2e8ed352b8
|
@ -16,22 +16,22 @@ class Application_Model_PlayoutHistory
|
||||||
private $opts;
|
private $opts;
|
||||||
|
|
||||||
private $mDataPropMap = array(
|
private $mDataPropMap = array(
|
||||||
"artist" => "file.artist_name",
|
"artist" => "file.artist_name",
|
||||||
"title" => "file.track_title",
|
"title" => "file.track_title",
|
||||||
"played" => "playout.played",
|
"played" => "playout.played",
|
||||||
"length" => "file.length",
|
"length" => "file.length",
|
||||||
"composer" => "file.composer",
|
"composer" => "file.composer",
|
||||||
"copyright" => "file.copyright",
|
"copyright" => "file.copyright",
|
||||||
);
|
);
|
||||||
|
|
||||||
public function __construct($p_startDT, $p_endDT, $p_opts)
|
public function __construct($p_startDT, $p_endDT, $p_opts)
|
||||||
{
|
{
|
||||||
$this->con = Propel::getConnection(CcSchedulePeer::DATABASE_NAME);
|
$this->con = Propel::getConnection(CcSchedulePeer::DATABASE_NAME);
|
||||||
$this->startDT = $p_startDT;
|
$this->startDT = $p_startDT;
|
||||||
$this->endDT = $p_endDT;
|
$this->endDT = $p_endDT;
|
||||||
$this->timezone = date_default_timezone_get();
|
$this->timezone = date_default_timezone_get();
|
||||||
$this->epoch_now = time();
|
$this->epoch_now = time();
|
||||||
$this->opts = $p_opts;
|
$this->opts = $p_opts;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue