Skip to content

Commit

Permalink
20230412 Fix CI build breakage.
Browse files Browse the repository at this point in the history
         Related Issue(s) #158
  • Loading branch information
NathanGibbs3 committed Apr 12, 2023
1 parent c2e5335 commit 944a38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions includes/base_log_error.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ function DDT (
$Items, $Desc = array(), $title = NULL, $tab = 3, $wd = 75, $vf = 0
){
if ( is_array($Items) ){ // Input Validation
if ( !is_array($Desc) ){
$Desc = array($Desc);
}
if ( !is_int($tab) ){
$tab = 3;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/setupenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ elif [ "$pvM" \> "5" ]; then # PHP 7x
fi
elif [ "$pvM" \> "4" ]; then # PHP 5x
if [ "$pvm" \> "2" ]; then # PHP 5.3+
ADODBVer=5.20.17
ADODBVer=5.20.18
else
ADODBVer=5.01beta
fi
Expand Down

0 comments on commit 944a38c

Please sign in to comment.