SQL databaze s podporou locku
[mirrors/SokoMan.git] / dump_sql.php
index d0346f6f77003dfe89e85c6eca24e5d7865e5e12..5a684377e91be4ff30cf2d70f84051d42a03cc65 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php
 <?php
 if(isset($_SERVER['REQUEST_METHOD'])) die('Not for you');
-$nodump = array('item','model','barcode');
+$nodump = array('item','model','barcode','lock');
 require_once('sklad.conf.php');
 
 $ignore = '';
This page took 0.132842 seconds and 4 git commands to generate.