mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Minor code style adjustments
This commit is contained in:
@@ -206,9 +206,9 @@ class Barcode_lib
|
||||
{
|
||||
$array = array();
|
||||
|
||||
if (($handle = opendir($folder)) !== false)
|
||||
if (($handle = opendir($folder)) !== FALSE)
|
||||
{
|
||||
while (($file = readdir($handle)) !== false)
|
||||
while (($file = readdir($handle)) !== FALSE)
|
||||
{
|
||||
if(substr($file, -4, 4) === '.ttf')
|
||||
{
|
||||
@@ -230,4 +230,4 @@ class Barcode_lib
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user