forked from extern/egroupware
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)
|
function AddColumn($oProc, &$aTables, $sTableName, $sColumnName, &$aColumnDef)
|
||||||
|
Loading…
Reference in New Issue
Block a user