8 lines
146 B
PHP
8 lines
146 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
//ini_set('display_errors', '1');
|
||
|
|
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
|
||
|
|
|
||
|
|
class EcmFkBooksController extends SugarController {
|
||
|
|
|
||
|
|
}
|