git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7415
7612ce4b-ef26-0410-bec9-
ea0150e637f0
} else {
/* Uh-ho. A weird install */
if (! $gettext_flags & 1) {
+ /**
+ * Function is used as replacement in broken installs
+ * @ignore
+ */
function _($str) {
return $str;
}
}
if (! $gettext_flags & 2) {
+ /**
+ * Function is used as replacement in broken installs
+ * @ignore
+ */
function bindtextdomain() {
return;
}
}
if (! $gettext_flags & 4) {
+ /**
+ * Function is used as replacemet in broken installs
+ * @ignore
+ */
function textdomain() {
return;
}