BUG 9943 Advanced Search menu should be seen on UXS IMPROVEMENT

- According to the specifications.
- Was add the file for advanced search with the same functionality.
This commit is contained in:
Marco Antonio Nina
2012-11-09 15:25:21 -04:00
parent fe908e37a8
commit d66a2a679c
2 changed files with 11 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ class spoolRun
*/
public function create ($aData)
{
$aData['app_msg_show_message'] = (isset($aData['app_msg_show_message'])) ? $aData['app_msg_show_message'] : 1;
$sUID = $this->db_insert( $aData );
$aData['app_msg_date'] = isset( $aData['app_msg_date'] ) ? $aData['app_msg_date'] : '';