.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt UpdateTable ^^^^^^^^^^^ After add/update/whatever you want to update another entry in another table? No problem, here's your solution. sDatabase --------- String. If the database differs from dbal/sDatabase, enter it here. sTable ------ String. Table name of the table to count in. Following our page-contentelement-example: :: tt_content aIdentify --------- Array that identifies the other table's entry to update. Example: :: aIdentify = array( 'deleted:0', 'pid:###uid###' ) sField ------ String. The other table's field to update. sValue ------ String (incl. markers, of course). The value to write into the other table's sField.