« Coniston version of email_functions with BCC | Main | Python script for getting changed files »

April 15, 2008

Academi version of add_update_functions

function date_splitter($key){

    global $r;

    $b = explode('/', $r[$key]);

    $ts = mktime(0,0,0, $b[1], $b[0], $b[2]);
    
    $r[$key] = $ts;
    
    }

function get_options($reply, $vcol, $lcol){
    
    $opts = array();
    
    if(count($reply['rows']) > 0){ foreach($reply['rows'] as $row){
        
        $opts[] = '

 

Posted by pj at April 15, 2008 04:24 PM

Comments