Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
3cf728de
Commit
3cf728de
authored
Nov 19, 2015
by
Sebastian Kummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-767 Fixed typos and suggestions.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
c1be658c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
asdevice.php
src/lib/core/asdevice.php
+3
-3
No files found.
src/lib/core/asdevice.php
View file @
3cf728de
...
@@ -707,7 +707,7 @@ class ASDevice extends StateObject {
...
@@ -707,7 +707,7 @@ class ASDevice extends StateObject {
* @param string $folderid
* @param string $folderid
*
*
* @access public
* @access public
* @return
false|array Returns false if folder id is unknown. Else a list of properties
.
* @return
array|false Returns a list of properties. Else false if folder id is unknown
.
*/
*/
public
function
GetAdditionalFolder
(
$folderid
)
{
public
function
GetAdditionalFolder
(
$folderid
)
{
// check if the $folderid is one of our own - this will in mostly NOT be the case, so we do not log here
// check if the $folderid is one of our own - this will in mostly NOT be the case, so we do not log here
...
@@ -723,7 +723,7 @@ class ASDevice extends StateObject {
...
@@ -723,7 +723,7 @@ class ASDevice extends StateObject {
*
*
* @param string $store the store where this folder is located, e.g. "SYSTEM" (for public folder) or a username.
* @param string $store the store where this folder is located, e.g. "SYSTEM" (for public folder) or a username.
* @param string $folderid the folder id of the additional folder.
* @param string $folderid the folder id of the additional folder.
* @param string $name the name of the addtional folder (has to be unique for all folders on the device).
* @param string $name the name of the add
i
tional folder (has to be unique for all folders on the device).
* @param string $type AS foldertype of SYNC_FOLDER_TYPE_USER_*
* @param string $type AS foldertype of SYNC_FOLDER_TYPE_USER_*
*
*
* @access public
* @access public
...
@@ -781,7 +781,7 @@ class ASDevice extends StateObject {
...
@@ -781,7 +781,7 @@ class ASDevice extends StateObject {
* Edits (sets a new name) for an additional folder. Store, folderid and type can not be edited. Remove and add instead.
* Edits (sets a new name) for an additional folder. Store, folderid and type can not be edited. Remove and add instead.
*
*
* @param string $folderid the folder id of the additional folder.
* @param string $folderid the folder id of the additional folder.
* @param string $name the name of the addtional folder (has to be unique for all folders on the device).
* @param string $name the name of the add
i
tional folder (has to be unique for all folders on the device).
*
*
* @access public
* @access public
* @return boolean
* @return boolean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment