[phpcvsview-cvs-updates] phpcvsview func_FileView.php,1.11,1.12
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-01-23 04:35:33
|
Update of /cvsroot/phpcvsview/phpcvsview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28833 Modified Files: func_FileView.php Log Message: Minor Code Cleanup. Index: func_FileView.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/func_FileView.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** func_FileView.php 22 Jan 2005 13:58:20 -0000 1.11 --- func_FileView.php 23 Jan 2005 04:35:24 -0000 1.12 *************** *** 68,73 **** $geshi->set_line_style('background: #fcfcfc;'); $geshi->set_tab_width(4); - // $geshi->enable_classes(); - // $geshi->set_overall_class('geshi2'); $hlcontent = $geshi->parse_code(); --- 68,71 ---- |