Subversion Repositories oidplus

Rev

Rev 346 | Rev 357 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 346 Rev 355
Line 123... Line 123...
123
                        $line .= trim($actual);
123
                        $line .= trim($actual);
124
                }
124
                }
125
                return implode($break, $lines);
125
                return implode($break, $lines);
126
        }
126
        }
127
}
127
}
-
 
128
 
-
 
129
function _L($str, ...$sprintfArgs) {
-
 
130
        return sprintf(OIDplus::getText($str), $sprintfArgs);
-
 
131
}