BUG 6758 Adjust in the import process, warning messages in Apache

This commit is contained in:
Hector Cortez
2011-04-21 09:46:58 -04:00
parent 409192b1b2
commit e49d82434e
2 changed files with 2 additions and 2 deletions

View File

@@ -1313,7 +1313,7 @@ $output = $outputHeader.$output;
print G::trimSourceCodeFile ($filename ); print G::trimSourceCodeFile ($filename );
break; break;
default : default :
readfile($filename); @readfile($filename);
} }
} }

View File

@@ -2557,7 +2557,7 @@ class Processes {
* array exist and wich are those, that is the result $sFilteredGroups array. * array exist and wich are those, that is the result $sFilteredGroups array.
*/ */
function checkExistingGroups( $sGroupList ){ function checkExistingGroups( $sGroupList ){
$aGroupwf = array();
$oCriteria = new Criteria('workflow'); $oCriteria = new Criteria('workflow');
$oCriteria->addSelectColumn(GroupwfPeer::GRP_UID); $oCriteria->addSelectColumn(GroupwfPeer::GRP_UID);
$oCriteria->addSelectColumn(ContentPeer::CON_ID); $oCriteria->addSelectColumn(ContentPeer::CON_ID);