Removed unused variable
This commit is contained in:
parent
15355f9e30
commit
88604eabcc
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ SQL;
|
||||||
{
|
{
|
||||||
global $CC_CONFIG;
|
global $CC_CONFIG;
|
||||||
$sql = "DELETE FROM ".$CC_CONFIG["scheduleTable"]." WHERE file_id=:file_id";
|
$sql = "DELETE FROM ".$CC_CONFIG["scheduleTable"]." WHERE file_id=:file_id";
|
||||||
$res = Application_Common_Database::prepareAndExecute($sql, array(':file_id'=>$fileId), 'execute');
|
Application_Common_Database::prepareAndExecute($sql, array(':file_id'=>$fileId), 'execute');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function createNewFormSections($p_view)
|
public static function createNewFormSections($p_view)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue