* Make 'Add NAS' function in the nas admin page more easily accessible
* Fix a small bug in user_admin.php3 found by Joerg Staedele
* Fix a small typo in the userinfo mysql schema. Found by Evert Meulie
+* Fix bug #136, bugs found by Pawel Foremski
Ver 1.72:
* Move the xlat function to a separate file in lib/xlat.php3
* Add a lib/sql/nas_list.php3 to also get the nas list from sql (naslist.conf still works)
echo "<b>Could not include SQL library</b><br>\n";
exit();
}
-if ($config[sql_use_operator] == 'true'){
+if ($config[sql_use_operators] == 'true'){
$text1 = ',op';
$text2 = ",':='";
- $text3 = "AND op = ':='";
+ $text3 = ", op = ':='";
}
else{
$text1 = '';