mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
SV# 3634: Syntax error return Rrue; should have been return True;
This commit is contained in:
parent
68e9fd40cc
commit
39a55af60a
@ -155,7 +155,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
return Rrue;
|
||||
return True;
|
||||
}
|
||||
|
||||
function AddColumn($oProc, &$aTables, $sTableName, $sColumnName, &$aColumnDef)
|
||||
|
Loading…
Reference in New Issue
Block a user