From 0db61af84176a39cf1dfd90f62985d0728822b03 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 2 Apr 2013 23:02:52 +0400 Subject: api: add article api hook to getArticle, change parameters passed --- include/functions.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 6399ad5bb..d77cb199e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -39,11 +39,6 @@ * @return boolean True if defined successfully or not. */ function define_default($name, $value) { - // Note: performence freaks should define everything in - // config.php becasue if will make defined() run much faster, - // see comment by 'tris+php at tfconsulting dot com dot au' - // here: - // http://www.php.net/manual/en/function.defined.php#89886 defined($name) or define($name, $value); } -- cgit v1.2.3-54-g00ecf