rmeder,
I believe it’s here: mod.gallery_extended.php
Around Line 850…
// -------------------------------------------
// Insert Entry
// -------------------------------------------
function insert_entry( $entry_id = '', $type = 'weblog' )
{
global $DB, $FNS, $IN, $LANG, $OUT, $PREFS, $SESS, $LOC;
$cats = array();
$categories = array();
$fields = array(
'related_id' => '',
'related_type' => '',
'cat_id' => '',
'title' => 'Batch Upload',
'caption' => '',
'status' => 'o',
'entry_date' => $LOC->now,
'allow_comments' => 'y',
'custom_field_one' => '',
'custom_field_two' => '',
'custom_field_three' => '',
'custom_field_four' => '',
'custom_field_five' => '',
'custom_field_six' => ''
);