Profile image size.

nate
@nate
11 years ago
917 posts
I wanna require an image using jrCore_db_search_items();

$search[] = "audio_image_size > 0" fails.

Any suggestions?
updated by @nate: 08/16/14 12:41:53PM
brian
@brian
11 years ago
10,149 posts
That looks correct to me - how does it fail?

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
11 years ago
7,800 posts
make sure the full array structure is there.
        //search
        $_sp = array(
            'search'        => array(
                "audio_image_size > 0"
            ),
            'limit'         => 1000000
        );
        $_rt = jrCore_db_search_items('jrAudio', $_sp);

Tags