CODE STYLE class.reportTables, fixing a typo error

This commit is contained in:
Fernando Ontiveros
2012-10-09 14:04:17 -04:00
parent 18bd3f3d30
commit 24c357c302

View File

@@ -53,7 +53,7 @@ class ReportTables
* @param string $$sRepTabUid
* @return void
*/
public public function deleteAllReportVars ($sRepTabUid = '')
public function deleteAllReportVars ($sRepTabUid = '')
{
try {
$oCriteria = new Criteria( 'workflow' );