Thursday, April 24, 2014

Add RCCI committee





Add RCCI committee at Canhealth. In cesei_committee table
add committee_id: 5, committee_name: RCCI; committee_description: rcci.php
create rcci.php under committee
modify /_lib/edit_webcontent.php, line 25 add
       if (preg_match("/rcci.php/i",$_SERVER['PHP_SELF']))  $content_id=14;
line 71 add:
    else if($content_id==14)
    $sql_11="INSERT INTO web_content(content_id, revision, title, text) VALUES (14,0, '/committee/rcci.php', 'TBD')";   
line 153 add
       else if ($content_id==14) {
           header('Location: /committee/rcci.php');
           exit();
        }


C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav0.tmpl.php, line 148 add:
               <li><a href="/committee/rcci.php?edit=1&content_id=14">RCCI Committee</a></li>

No comments:

Post a Comment