From: <ada...@us...> - 2003-07-14 20:46:28
|
Update of /cvsroot/phpwebsite-comm/modules/article/conf In directory sc8-pr-cvs1:/tmp/cvs-serv28283/conf Modified Files: fatcat.php Log Message: General bugfixes, including resolution and optimization of various article deletion issues Index: fatcat.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/fatcat.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fatcat.php 9 Jul 2003 20:24:25 -0000 1.1 --- fatcat.php 14 Jul 2003 20:46:24 -0000 1.2 *************** *** 3,7 **** // You MUST use apostrophes. Quotation marks will not work $className = 'PHPWS_Article'; ! $methodName = 'view_category_row'; ?> --- 3,7 ---- // You MUST use apostrophes. Quotation marks will not work $className = 'PHPWS_Article'; ! $methodName = 'fatCatview'; ?> |