Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/lib/txplib_update.php - 142 lines - 5540 bytes - Source - Print

Description: Collection of update tools.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 function

install_language_from_file()

Functions

Functions that are not part of a class:

install_language_from_file($lang line: 30
Installs language strings from a file.

This function imports language strings to the database
from a file placed in the ../lang directory.

Running this function will delete any missing strings of any
language specific event that were included in the file. Empty
strings are also stripped from the database.

return: bool TRUE on success
param: string $lang The language code

title

Body