Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- increase mysql query speed
- Setup vi syntax for PHP
- Get WAMP running on EC2
- EXCEL return to the next line in the same cell
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>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment