Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3639 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3639 Rev 6388
Línea 646... Línea 646...
646
        unset($values['added_on']);
646
        unset($values['added_on']);
647
        unset($values['updated_on']);
647
        unset($values['updated_on']);
Línea 648... Línea 648...
648
        
648
        
649
        return $values;
649
        return $values;
-
 
650
    }
-
 
651
    
-
 
652
    /**
-
 
653
     *
-
 
654
     * @return string
-
 
655
     */
-
 
656
    public function getDatebaseNow()
-
 
657
    {
-
 
658
        $record = $this->executeFetchOneArrayUsingParameters('SELECT now() AS now');
-
 
659
        return $record['now'];
-
 
660
        
650
    }
661
    }
651
}
662
}