partial #1100 - removed the tests

This commit is contained in:
Daniel Camargo 2013-04-30 13:55:17 -03:00
parent deb63c0c41
commit 23b175c9f8
2 changed files with 6 additions and 9 deletions

View File

@ -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>

View File

@ -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';