Hochladen aller Dateien des Projekts.
This commit is contained in:
33
update.php
Executable file
33
update.php
Executable file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
@session_start();
|
||||
include_once( "f_admin.php" );
|
||||
include_once( "f_wfl.php" );
|
||||
|
||||
//aktualisiere_dokument_attribute( $mandant_name, $dok_id, $neue_attribute_arr, $mehrfachattribute /* wird aktuell nicht benutzt */ )
|
||||
|
||||
for ( $i = 100023446; $i <= 10023494; $i++ )
|
||||
{
|
||||
xlog( 4, $i );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user