mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
Removed redundant closing tags.
This commit is contained in:
parent
7439d599f8
commit
450b35f017
@ -7969,4 +7969,4 @@ include_once(e107::coreTemplatePath('admin_icons'));
|
||||
* 17. tree list view (should handle cases like Site Links admin page)
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
@ -59,7 +59,7 @@ class ArrayData {
|
||||
* Returns an array from stored array data.
|
||||
* @DEPRECATED use e107::unserialize() instead.
|
||||
* @param string $ArrayData
|
||||
* @return array stored data
|
||||
* @return bool|array stored data
|
||||
*/
|
||||
function ReadArray($ArrayData)
|
||||
{
|
||||
@ -78,12 +78,12 @@ class ArrayData {
|
||||
$data = "";
|
||||
$ArrayData = '$data = '.trim($ArrayData).';';
|
||||
@eval($ArrayData);
|
||||
if (!isset($data) || !is_array($data)) {
|
||||
if (!isset($data) || !is_array($data))
|
||||
{
|
||||
trigger_error("Bad stored array data - <br /><br />".htmlentities($ArrayData), E_USER_ERROR);
|
||||
return false;
|
||||
// return false;
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -52,4 +52,3 @@ function avatar($avatar)
|
||||
*/
|
||||
}
|
||||
|
||||
?>
|
@ -1012,4 +1012,3 @@ class e_bb_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -673,5 +673,5 @@ class e_chart
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -702,4 +702,4 @@ class db_table_admin
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -1758,4 +1758,4 @@ function table_list()
|
||||
*/
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -303,4 +303,3 @@ class e_ranks
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -88,4 +88,3 @@ class emailprint
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -358,4 +358,4 @@ class e107_event
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -7483,4 +7483,4 @@ echo $rs->form_close();
|
||||
*/
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -1670,4 +1670,3 @@ class banlistManager
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -353,4 +353,3 @@ class e_jshelper
|
||||
return "'".str_replace(array("\\'", "'"), array("'", "\\'"), $string)."'";
|
||||
}
|
||||
}
|
||||
?>
|
@ -292,4 +292,3 @@ class e_jslib
|
||||
return $cacheFile;
|
||||
}
|
||||
}
|
||||
?>
|
@ -801,4 +801,3 @@ if (class_exists('PEAR_Error')) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
@ -627,4 +627,4 @@ function parse_w3cdtf ( $date_str ) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -1969,4 +1969,3 @@ class e107MailManager
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -273,4 +273,4 @@ class e107MailTemplate
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -229,4 +229,3 @@ class email_validation_class
|
||||
}
|
||||
};
|
||||
|
||||
?>
|
@ -2250,4 +2250,4 @@ class mailoutAdminClass extends e107MailManager
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -350,4 +350,3 @@ class core_mailout
|
||||
|
||||
|
||||
|
||||
?>
|
@ -135,4 +135,3 @@ class override {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -7,11 +7,11 @@ if (!defined('e107_INIT')) { exit; }
|
||||
// License GNU/GPL - Vincent Blavet - Mars 2001
|
||||
// http://www.phpconcept.net & http://phpconcept.free.fr
|
||||
// --------------------------------------------------------------------------------
|
||||
// Français :
|
||||
// Fran<EFBFBD>ais :
|
||||
// La description de l'usage de la librairie PCL Error 1.0 n'est pas encore
|
||||
// disponible. Celle-ci n'est pour le moment distribuée qu'avec les
|
||||
// développements applicatifs de PhpConcept.
|
||||
// Une version indépendante sera bientot disponible sur http://www.phpconcept.net
|
||||
// disponible. Celle-ci n'est pour le moment distribu<EFBFBD>e qu'avec les
|
||||
// d<EFBFBD>veloppements applicatifs de PhpConcept.
|
||||
// Une version ind<EFBFBD>pendante sera bientot disponible sur http://www.phpconcept.net
|
||||
//
|
||||
// English :
|
||||
// The PCL Error 1.0 library description is not available yet. This library is
|
||||
@ -22,17 +22,17 @@ if (!defined('e107_INIT')) { exit; }
|
||||
//
|
||||
// * Avertissement :
|
||||
//
|
||||
// Cette librairie a été créée de façon non professionnelle.
|
||||
// Son usage est au risque et péril de celui qui l'utilise, en aucun cas l'auteur
|
||||
// de ce code ne pourra être tenu pour responsable des éventuels dégats qu'il pourrait
|
||||
// Cette librairie a <EFBFBD>t<EFBFBD> cr<63><72>e de fa<66>on non professionnelle.
|
||||
// Son usage est au risque et p<EFBFBD>ril de celui qui l'utilise, en aucun cas l'auteur
|
||||
// de ce code ne pourra <EFBFBD>tre tenu pour responsable des <20>ventuels d<>gats qu'il pourrait
|
||||
// engendrer.
|
||||
// Il est entendu cependant que l'auteur a réalisé ce code par plaisir et n'y a
|
||||
// caché aucun virus, ni malveillance.
|
||||
// Cette libairie est distribuée sous la license GNU/GPL (http://www.gnu.org)
|
||||
// Il est entendu cependant que l'auteur a r<EFBFBD>alis<EFBFBD> ce code par plaisir et n'y a
|
||||
// cach<EFBFBD> aucun virus, ni malveillance.
|
||||
// Cette libairie est distribu<EFBFBD>e sous la license GNU/GPL (http://www.gnu.org)
|
||||
//
|
||||
// * Auteur :
|
||||
//
|
||||
// Ce code a été écrit par Vincent Blavet (vincent@blavet.net) sur son temps
|
||||
// Ce code a <EFBFBD>t<EFBFBD> <20>crit par Vincent Blavet (vincent@blavet.net) sur son temps
|
||||
// de loisir.
|
||||
//
|
||||
// --------------------------------------------------------------------------------
|
||||
@ -131,4 +131,4 @@ if (!defined("PCLERROR_LIB"))
|
||||
|
||||
// ----- End of double include look
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -15,7 +15,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
// gzip tools and WinZip application.
|
||||
//
|
||||
// Description :
|
||||
// See readme.txt (English & Français) and http://www.phpconcept.net
|
||||
// See readme.txt (English & Fran<EFBFBD>ais) and http://www.phpconcept.net
|
||||
//
|
||||
// Warning :
|
||||
// This library and the associated files are non commercial, non professional
|
||||
@ -402,7 +402,7 @@ if (!defined("PCL_TAR"))
|
||||
// $p_filelist, in the directory
|
||||
// $p_path. The relative path of the archived files are keep and become
|
||||
// relative to $p_path.
|
||||
// If a directory is spécified in the list, all the files from this directory
|
||||
// If a directory is sp<EFBFBD>cified in the list, all the files from this directory
|
||||
// will be extracted.
|
||||
// If a file with the same name already exists it will be replaced.
|
||||
// If the path to the file does not exist, it will be created.
|
||||
@ -2160,7 +2160,7 @@ if (!defined("PCL_TAR"))
|
||||
else
|
||||
gzseek($v_tar, gztell($v_tar)+(ceil(($v_header[size]/512))*512));
|
||||
|
||||
TrFctMessage(__FILE__, __LINE__, 4, "Position après jump [".($p_tar_mode=="tar"?ftell($v_tar):gztell($v_tar))."]");
|
||||
TrFctMessage(__FILE__, __LINE__, 4, "Position apr<EFBFBD>s jump [".($p_tar_mode=="tar"?ftell($v_tar):gztell($v_tar))."]");
|
||||
}
|
||||
|
||||
if ($p_tar_mode == "tar")
|
||||
@ -2391,7 +2391,7 @@ if (!defined("PCL_TAR"))
|
||||
else
|
||||
gzseek($v_tar, gztell($v_tar)+(ceil(($v_header[size]/512))*512));
|
||||
|
||||
TrFctMessage(__FILE__, __LINE__, 4, "Position après jump [".($p_tar_mode=="tar"?ftell($v_tar):gztell($v_tar))."]");
|
||||
TrFctMessage(__FILE__, __LINE__, 4, "Position apr<EFBFBD>s jump [".($p_tar_mode=="tar"?ftell($v_tar):gztell($v_tar))."]");
|
||||
}
|
||||
|
||||
if ($p_tar_mode == "tar")
|
||||
@ -2828,7 +2828,7 @@ if (!defined("PCL_TAR"))
|
||||
else
|
||||
gzseek($v_tar, gztell($v_tar)+(ceil(($v_header[size]/512))*512));
|
||||
|
||||
TrFctMessage(__FILE__, __LINE__, 4, "Position après jump [".($p_tar_mode=="tar"?ftell($v_tar):gztell($v_tar))."]");
|
||||
TrFctMessage(__FILE__, __LINE__, 4, "Position apr<EFBFBD>s jump [".($p_tar_mode=="tar"?ftell($v_tar):gztell($v_tar))."]");
|
||||
}
|
||||
|
||||
// ----- Look for end of file
|
||||
@ -3556,4 +3556,4 @@ if (!defined("PCL_TAR"))
|
||||
|
||||
// ----- End of double include look
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -7,11 +7,11 @@ if (!defined('e107_INIT')) { exit; }
|
||||
// License GNU/GPL - Vincent Blavet - Janvier 2001
|
||||
// http://www.phpconcept.net & http://phpconcept.free.fr
|
||||
// --------------------------------------------------------------------------------
|
||||
// Français :
|
||||
// Fran<EFBFBD>ais :
|
||||
// La description de l'usage de la librairie PCL Trace 1.0 n'est pas encore
|
||||
// disponible. Celle-ci n'est pour le moment distribuée qu'avec l'application
|
||||
// disponible. Celle-ci n'est pour le moment distribu<EFBFBD>e qu'avec l'application
|
||||
// et la librairie PhpZip.
|
||||
// Une version indépendante sera bientot disponible sur http://www.phpconcept.net
|
||||
// Une version ind<EFBFBD>pendante sera bientot disponible sur http://www.phpconcept.net
|
||||
//
|
||||
// English :
|
||||
// The PCL Trace 1.0 library description is not available yet. This library is
|
||||
@ -22,17 +22,17 @@ if (!defined('e107_INIT')) { exit; }
|
||||
//
|
||||
// * Avertissement :
|
||||
//
|
||||
// Cette librairie a été créée de façon non professionnelle.
|
||||
// Son usage est au risque et péril de celui qui l'utilise, en aucun cas l'auteur
|
||||
// de ce code ne pourra être tenu pour responsable des éventuels dégats qu'il pourrait
|
||||
// Cette librairie a <EFBFBD>t<EFBFBD> cr<63><72>e de fa<66>on non professionnelle.
|
||||
// Son usage est au risque et p<EFBFBD>ril de celui qui l'utilise, en aucun cas l'auteur
|
||||
// de ce code ne pourra <EFBFBD>tre tenu pour responsable des <20>ventuels d<>gats qu'il pourrait
|
||||
// engendrer.
|
||||
// Il est entendu cependant que l'auteur a réalisé ce code par plaisir et n'y a
|
||||
// caché aucun virus, ni malveillance.
|
||||
// Cette libairie est distribuée sous la license GNU/GPL (http://www.gnu.org)
|
||||
// Il est entendu cependant que l'auteur a r<EFBFBD>alis<EFBFBD> ce code par plaisir et n'y a
|
||||
// cach<EFBFBD> aucun virus, ni malveillance.
|
||||
// Cette libairie est distribu<EFBFBD>e sous la license GNU/GPL (http://www.gnu.org)
|
||||
//
|
||||
// * Auteur :
|
||||
//
|
||||
// Ce code a été écrit par Vincent Blavet (vincent@blavet.net) sur son temps
|
||||
// Ce code a <EFBFBD>t<EFBFBD> <20>crit par Vincent Blavet (vincent@blavet.net) sur son temps
|
||||
// de loisir.
|
||||
//
|
||||
// --------------------------------------------------------------------------------
|
||||
@ -453,4 +453,3 @@ if (!defined("PCLTRACE_LIB"))
|
||||
|
||||
// ----- End of double include look
|
||||
}
|
||||
?>
|
@ -196,4 +196,3 @@ class receiveMail
|
||||
imap_close($this->marubox,CL_EXPUNGE);
|
||||
}
|
||||
}
|
||||
?>
|
@ -262,4 +262,4 @@ class pop3BounceHandler
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -1284,4 +1284,4 @@ class prefs
|
||||
$this->set($tmp, $name, $table, $uid);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -75,4 +75,4 @@ class e_profanityFilter
|
||||
*/
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -324,4 +324,3 @@ function Emoticon_Select($formid='emoticon_selector') {
|
||||
return $text;
|
||||
}
|
||||
|
||||
?>
|
@ -272,4 +272,3 @@ function resize_image($source_file, $destination_file, $type = "upload", $model
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
?>
|
@ -38,4 +38,3 @@ $advanced['date']['text'] = LAN_DATE_POSTED.':';
|
||||
$advanced['author']['type'] = 'author';
|
||||
$advanced['author']['text'] = LAN_SEARCH_61.':';
|
||||
|
||||
?>
|
@ -19,4 +19,3 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$advanced['date']['type'] = 'date';
|
||||
$advanced['date']['text'] = LAN_SEARCH_62.':';
|
||||
|
||||
?>
|
@ -26,4 +26,3 @@ function com_search_2($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@ -26,4 +26,3 @@ function com_search_0($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@ -32,4 +32,3 @@ function com_search_page($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@ -26,4 +26,3 @@ function com_search_profile($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@ -64,4 +64,3 @@ function search_comment($row) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -446,4 +446,4 @@ class secure_image
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -125,4 +125,3 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$cal2 usec per call(start,stop); $cal1 usec per call(start). Total adjustment: $cTot msec.</td></tr>\n";
|
||||
$text .="</table><br />\n";
|
||||
}
|
||||
?>
|
@ -1002,4 +1002,4 @@ function get_image_mime($filename, $extended = false)
|
||||
return $max_upload_size;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -2096,4 +2096,4 @@ class user_class_admin extends user_class
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -1426,4 +1426,3 @@ class validatorClass
|
||||
}
|
||||
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user