first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
<?php
|
||||
$checkmatpr = new WA_MySQLi_RS("checkmatpr", $repnew, 1);
|
||||
$checkmatpr->setQuery("SELECT * FROM material_rsl WHERE material_rsl.material_id='$idmaterial_type' AND material_rsl.rsl_id='$idrsl'");
|
||||
$checkmatpr->execute();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user