partial #1100 - removed the tests
This commit is contained in:
parent
deb63c0c41
commit
23b175c9f8
@ -93,16 +93,14 @@
|
|||||||
<adam></adam>
|
<adam></adam>
|
||||||
<daniel>***REMOVED***</daniel>
|
<daniel>***REMOVED***</daniel>
|
||||||
</testphone>
|
</testphone>
|
||||||
<supportcall>
|
<supportcall>
|
||||||
<!-- <David>_PHONE_</David> -->
|
<David>_PHONE_</David>
|
||||||
<daniel>***REMOVED***</daniel>
|
</supportcall>
|
||||||
</supportcall>
|
|
||||||
<text>
|
<text>
|
||||||
<daniel>***REMOVED***</daniel>
|
<Devin>_PHONE_</Devin>
|
||||||
<!--<Devin>_PHONE_</Devin>
|
|
||||||
<Judd>_PHONE_</Judd>
|
<Judd>_PHONE_</Judd>
|
||||||
<David>_PHONE_</David>
|
<David>_PHONE_</David>
|
||||||
<Nick>_PHONE_</Nick>-->
|
<Nick>_PHONE_</Nick>
|
||||||
</text>
|
</text>
|
||||||
<stripe>
|
<stripe>
|
||||||
<dev>
|
<dev>
|
||||||
|
|||||||
@ -158,8 +158,7 @@ class Crunchbutton_Support extends Cana_Table {
|
|||||||
$hour = $dateTime->format( 'H' );
|
$hour = $dateTime->format( 'H' );
|
||||||
|
|
||||||
// Issue #1100 - Call David if CB receives a support after 1AM
|
// Issue #1100 - Call David if CB receives a support after 1AM
|
||||||
// if( $hour >= 1 && $hour <= 7 ){
|
if( $hour >= 1 && $hour <= 7 ){
|
||||||
if( true ){
|
|
||||||
|
|
||||||
$env = c::env() == 'live' ? 'live' : 'dev';
|
$env = c::env() == 'live' ? 'live' : 'dev';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user